/PHP-5.3/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_private.h | 169 #define my_free(thing) if(thing) {free(thing); thing = 0;} argument
|
H A D | simplestring.c | 85 #define my_free(thing) if(thing) {free(thing); thing = 0;} argument
|
H A D | xml_element.c | 133 #define my_free(thing) if(thing) {free(thing); thing = NULL;} argument
|
/PHP-5.3/tests/run-test/ |
H A D | test010.phpt | 11 use this to input some thing to the php script 14 use this to input some thing to the php script
|
/PHP-5.3/ext/zlib/tests/ |
H A D | zlib_filter_inflate2.phpt | 9 fwrite($a, "This is quite the thing ain't it\n"); 39 This is quite the thing ain't it 41 This is quite the thing ain't it
|
H A D | data.inc | 67 There's no such thing:
|
/PHP-5.3/ext/pdo_oci/ |
H A D | oci_statement.c | 200 if (P->thing) { in oci_bind_input_cb() 201 *bufpp = P->thing; in oci_bind_input_cb() 208 } else if (!P->thing) { in oci_bind_input_cb() 232 *bufpp = P->thing; in oci_bind_output_cb() 373 P->thing = NULL; in oci_stmt_param_hook() 393 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook() 402 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook() 412 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook() 419 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook() 422 OCIDescriptorFree(P->thing, OCI_DTYPE_LOB); in oci_stmt_param_hook() [all …]
|
H A D | php_pdo_oci_int.h | 80 dvoid *thing; /* for LOBS, REFCURSORS etc. */ member
|
/PHP-5.3/Zend/tests/ |
H A D | bug32596.phpt | 6 public $error = "please fix this thing, it wasted a nice part of my life!\n"; 25 please fix this thing, it wasted a nice part of my life!
|
/PHP-5.3/ext/oci8/tests/ |
H A D | define5.phpt | 16 "insert into define5_tab (id, string) values (2, 'thing')", 70 %unicode|string%(5) "thing"
|
/PHP-5.3/ext/calendar/tests/ |
H A D | unixtojd.phpt | 16 // on Windows, the only thing that gets this test to pass is to put TZ=UTC in --ENV-- section
|
/PHP-5.3/ext/standard/tests/file/ |
H A D | fopencookie.phpt | 12 * The important thing here is really fopencookie; the glibc people
|
H A D | fgetc_basic.phpt | 49 var_dump($file_handle); // dump the $file_handle to see if any thing got modifed
|
/PHP-5.3/ext/pdo/tests/ |
H A D | pdo_014.phpt | 34 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
|
/PHP-5.3/ext/spl/internal/ |
H A D | filteriterator.inc | 22 * The only thing that needs to be done to make this work is implementing
|
/PHP-5.3/sapi/tux/ |
H A D | README | 6 The special thing about TUX is that it is integrated into the Linux
|
/PHP-5.3/ |
H A D | TODO-PHP5 | 81 resources. Also developing an automated test thing which
|
H A D | README.STREAMS | 372 The main thing to remember is that in your close operation you need to release
|
/PHP-5.3/win32/build/ |
H A D | phpize.js.in | 65 // now we need the extension name out of this thing
|
/PHP-5.3/ext/ereg/regex/ |
H A D | WHATSNEW | 65 thing is that regex.h is now generated, using mkh, rather than being
|
/PHP-5.3/ext/pcre/pcrelib/testdata/ |
H A D | testinput8 | 623 ]thing 629 [thing 630 \\thing 633 ]thing 643 [thing 644 \\thing 648 ]thing 657 ]thing
|
H A D | testinput1 | 118 ]thing 124 [thing 125 \\thing 128 ]thing 138 [thing 139 \\thing 143 ]thing 152 ]thing
|
H A D | testoutput1 | 233 ]thing 245 [thing 247 \\thing 251 ]thing 269 [thing 271 \\thing 279 ]thing 295 ]thing
|
H A D | testoutput8 | 1230 ]thing 1242 [thing 1244 \\thing 1248 ]thing 1266 [thing 1268 \\thing 1276 ]thing 1292 ]thing
|
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1392 matching functions compatible, and I think it's the right thing to do. 2577 something that cannot possibly match the quantified thing, the quantifier 2813 /\500|\x{1ff}/ matches \500 or \777 because the whole thing is treated as a 3294 (g) -- can be used to terminate pcregrep options if the next thing isn't an 3518 of setjmp/longjmp. The whole thing is implemented by a set of macros that 3661 is the right thing to do, as I do not use Windows. No doubt I'll get told
|