Home
last modified time | relevance | path

Searched refs:var (Results 851 – 858 of 858) sorted by relevance

1...<<3132333435

/PHP-5.5/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt19 var $a;
20 var $count = 1;
H A Dbug45218_SLOWTESTU.phpt19 var $a;
20 var $count = 1;
/PHP-5.5/win32/
H A Dphp5dllts.dsp2001 SOURCE=..\ext\standard\var.c
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1290 change local var. type char* to UChar*.
/PHP-5.5/
H A DNEWS3126 . break/continue $var syntax. (Dmitry)
7109 - Fixed bug #42772 (Storing $this in a static var fails while handling a cast
8496 - Fixed bug #37587 (var without attribute causes segfault). (Marcus)
8651 - Removed the E_STRICT deprecation notice from "var". (Ilia)
9584 - Fixed bug #32799 (crash: calling the corresponding global var during the
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt10034 Example: read lines of the form "var = value" from a string.
10038 string var;
10041 while (re.Consume(&input, &var, &value)) {
10045 Each successful call to "Consume" will set "var/value", and also
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c66705 int var, /* One of the COLNAME_* constants */
66712 assert( var<COLNAME_N );
66718 pColName = &(p->aColName[idx+var*p->nResColumn]);
133333 #define GETVARINT_STEP(v, ptr, shift, mask1, mask2, var, ret) \
133335 if( (v & mask2)==0 ){ var = v; return ret; }
133336 #define GETVARINT_INIT(v, ptr, shift, mask1, mask2, var, ret) \
133338 if( (v & mask2)==0 ){ var = v; return ret; }
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4860 # dBASE IV SQL, no memo;dbv memo var size (Flagship)
8089 # /var/run/ld.so.hints

Completed in 616 milliseconds

1...<<3132333435