Home
last modified time | relevance | path

Searched refs:so (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dgrepinput811 And so on and so on
12 And so on and so on
/PHP-5.3/ext/spl/tests/
H A DSplObjectStorage_unserialize_nested.phpt10 $so = new SplObjectStorage();
12 $so[$o] = 1;
13 $so[$a] = 2;
15 $s = serialize($so);
H A DSplObjectStorage_unserialize_bad.phpt14 $so = new SplObjectStorage();
15 $so->unserialize($blob);
16 var_dump($so);
/PHP-5.3/sapi/apache/
H A DapMakefile.tmpl14 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 DapMakefile.tmpl14 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 Dpdo_oci_attr_client.phpt26 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 Dshort_tags.003.phpt9 <%= 'so should this' %>
26 so should this
H A Dshort_tags.004.phpt9 <%= 'so should this' %>
27 <%= 'so should this' %>
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcreposix.c314 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 DTODO6 - 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 D006.phpt15 $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 D005.phpt15 $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 Dtest.inc4 // $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug34657.phpt8 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 Ddefault-timezone-1.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddefault-timezone-2.phpt6 putenv('TZ='); // clean TZ so that it doesn't bypass the ini option
H A Ddate_get_last_errors_basic.phpt10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
/PHP-5.3/ext/spl/examples/
H A Dinigroups.inc23 * 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 Dget_magic_quotes_gpc.phpt16 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 Dnew_001.phpt27 …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 Dskipif.inc4 // $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
/PHP-5.3/ext/xmlrpc/
H A DEXPERIMENTAL4 so do not rely to much on them
/PHP-5.3/sapi/apache2filter/
H A DEXPERIMENTAL4 so do not rely to much on them
/PHP-5.3/sapi/embed/
H A DEXPERIMENTAL4 so do not rely to much on them
/PHP-5.3/sapi/milter/
H A DEXPERIMENTAL4 so do not rely to much on them

Completed in 49 milliseconds

12345678910>>...12