Giter Site home page Giter Site logo

Comments (4)

ib4 avatar ib4 commented on June 16, 2024

There is no error when I'm using it, sounds like you may use an editor or some other software that converts the quotation marks. Try manually deleting the quotation mark and type it in manually (in a plain text editor).

from gump.

marioestradarosa avatar marioestradarosa commented on June 16, 2024

I just downloaded it again and extracted to C:\wamp\www\ and when running any of the examples, I still get the following error: , I am not sure if it's my installation, im using wamp which installed PHP Version 5.2.2

Parse error: syntax error, unexpected '"' in C:\wamp\www\GUMP-master\gump.class.php on line 27

it's weird ha?.

from gump.

ib4 avatar ib4 commented on June 16, 2024

How about trying to replace the quotation marks surrounding the words with an apostrophe?

From this: public static $en_noise_words = "about[....]";

To this: public static $en_noise_words = 'about[...]';

Or perhaps the encoding is creating issues, you could try to convert it to ANSI (easily done with Notepad++ for example).

from gump.

marioestradarosa avatar marioestradarosa commented on June 16, 2024

If you add the ' in both ends, then the \ escape should be placed in an internal ' in the word it's in the same line. I had the examples working now, but placin the \ escape character before the $ sign and kept the " ". all the examples worked well , but I am not sure if doing this should affect something else in the GUMP class, anyway, thanks a lot resno !!

from gump.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.