/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | grepinput8 | 11 And so on and so on 12 And so on and so on
|
/PHP-5.3/ext/spl/tests/ |
H A D | SplObjectStorage_unserialize_nested.phpt | 10 $so = new SplObjectStorage(); 12 $so[$o] = 1; 13 $so[$a] = 2; 15 $s = serialize($so);
|
H A D | SplObjectStorage_unserialize_bad.phpt | 14 $so = new SplObjectStorage(); 15 $so->unserialize($blob); 16 var_dump($so);
|
/PHP-5.3/sapi/apache/ |
H A D | apMakefile.tmpl | 14 SHLIB_OBJS=mod_php5.so-o 35 libphp5.so: $(SHLIB_OBJS) $(SHLIB_OBJS_LIB) 43 # 2. extension -so.o (as used elsewhere) cannot be used because 44 # the suffix feature of Make really wants just .x, so we use 45 # extension .so-o 46 .SUFFIXES: .o .so-o 49 .c.so-o: 50 … -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $(PHP_CFLAGS) $(CPPFLAGS) $(SPACER) $< && mv $*.o $*.so-o
|
/PHP-5.3/sapi/apache_hooks/ |
H A D | apMakefile.tmpl | 14 SHLIB_OBJS=mod_php5.so-o 35 libphp5.so: $(SHLIB_OBJS) $(SHLIB_OBJS_LIB) 43 # 2. extension -so.o (as used elsewhere) cannot be used because 44 # the suffix feature of Make really wants just .x, so we use 45 # extension .so-o 46 .SUFFIXES: .o .so-o 49 .c.so-o: 50 … -c $(INCLUDES) $(CFLAGS) $(CFLAGS_SHLIB) $(PHP_CFLAGS) $(CPPFLAGS) $(SPACER) $< && mv $*.o $*.so-o
|
/PHP-5.3/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_client.phpt | 26 echo "Version OK, so far as can be portably checked\n"; 33 echo "Version OK, so far as can be portably checked\n"; 42 Version OK, so far as can be portably checked
|
/PHP-5.3/tests/lang/ |
H A D | short_tags.003.phpt | 9 <%= 'so should this' %> 26 so should this
|
H A D | short_tags.004.phpt | 9 <%= 'so should this' %> 27 <%= 'so should this' %>
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcreposix.c | 314 int rc, so, eo; in regexec() local 356 so = pmatch[0].rm_so; in regexec() 361 so = 0; in regexec() 365 rc = pcre_exec((const pcre *)preg->re_pcre, NULL, string + so, (eo - so), in regexec()
|
/PHP-5.3/sapi/roxen/ |
H A D | TODO | 6 - Rewriting header handling so that more than one header with the same 13 /Usr/local/pike/7.0.54/lib/modules/PHP5.so.Interpreter: 22 callback!/usr/local/pike/7.0.54/lib/modules/PHP5.so.Interpreter:
|
/PHP-5.3/ext/zlib/tests/ |
H A D | 006.phpt | 15 $string = "Answer me, it can't be so hard 64 string(94) "Answer me, it can't be so hard 67 string(94) "Answer me, it can't be so hard
|
H A D | 005.phpt | 15 $string = "Answer me, it can't be so hard 63 string(94) "Answer me, it can't be so hard 66 string(94) "Answer me, it can't be so hard
|
/PHP-5.3/ext/iconv/tests/ |
H A D | test.inc | 4 // $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
|
/PHP-5.3/ext/soap/tests/bugs/ |
H A D | bug34657.phpt | 8 when openssl loaded, tcp stream is less verbose, so some error messages are missing 9 so let's skip the test in this case
|
/PHP-5.3/ext/date/tests/ |
H A D | default-timezone-1.phpt | 6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
|
H A D | default-timezone-2.phpt | 6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
|
H A D | date_get_last_errors_basic.phpt | 10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
|
/PHP-5.3/ext/spl/examples/ |
H A D | inigroups.inc | 23 * relation. Doing so both current() and key() methods must be overwritten. 25 * but for puritists that would allow correctness in so far as then no
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | get_magic_quotes_gpc.phpt | 16 echo "\n-- Set magic quotes gpc to 1 - not allowed so should fail! --\n"; 37 -- Set magic quotes gpc to 1 - not allowed so should fail! --
|
/PHP-5.3/tests/classes/ |
H A D | new_001.phpt | 27 …echo "Assigning new object by ref to \$k removes it from \$f's reference set, so \$f is unchanged:… 44 Assigning new object by ref to $k removes it from $f's reference set, so $f is unchanged:
|
/PHP-5.3/ext/xml/tests/ |
H A D | skipif.inc | 4 // $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
|
/PHP-5.3/ext/xmlrpc/ |
H A D | EXPERIMENTAL | 4 so do not rely to much on them
|
/PHP-5.3/sapi/apache2filter/ |
H A D | EXPERIMENTAL | 4 so do not rely to much on them
|
/PHP-5.3/sapi/embed/ |
H A D | EXPERIMENTAL | 4 so do not rely to much on them
|
/PHP-5.3/sapi/milter/ |
H A D | EXPERIMENTAL | 4 so do not rely to much on them
|