Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 25 of 30) sorted by relevance

12

/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h169 #define my_free(thing) if(thing) {free(thing); thing = 0;} argument
H A Dsimplestring.c85 #define my_free(thing) if(thing) {free(thing); thing = 0;} argument
H A Dxml_element.c133 #define my_free(thing) if(thing) {free(thing); thing = NULL;} argument
/PHP-5.4/tests/run-test/
H A Dtest010.phpt11 use this to input some thing to the php script
14 use this to input some thing to the php script
/PHP-5.4/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 fwrite($a, b"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 Ddata.inc67 There's no such thing:
/PHP-5.4/ext/pdo_oci/
H A Doci_statement.c200 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()
379 P->thing = NULL; in oci_stmt_param_hook()
399 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
408 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
418 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
425 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
428 OCIDescriptorFree(P->thing, OCI_DTYPE_LOB); in oci_stmt_param_hook()
[all …]
H A Dphp_pdo_oci_int.h80 dvoid *thing; /* for LOBS, REFCURSORS etc. */ member
/PHP-5.4/Zend/tests/
H A Dbug32596.phpt6 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.4/ext/oci8/tests/
H A Ddefine5.phpt16 "insert into define5_tab (id, string) values (2, 'thing')",
70 %unicode|string%(5) "thing"
/PHP-5.4/ext/wddx/tests/
H A Dbug48562.phpt23 // the one thing the test won't check is using $a as an array after doing &$a; which isn't really a…
/PHP-5.4/ext/calendar/tests/
H A Dunixtojd.phpt16 // on Windows, the only thing that gets this test to pass is to put TZ=UTC in --ENV-- section
/PHP-5.4/ext/standard/tests/file/
H A Dfopencookie.phpt12 * The important thing here is really fopencookie; the glibc people
H A Dfgetc_basic.phpt49 var_dump($file_handle); // dump the $file_handle to see if any thing got modifed
/PHP-5.4/ext/pdo/tests/
H A Dpdo_014.phpt34 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
/PHP-5.4/ext/spl/internal/
H A Dfilteriterator.inc22 * The only thing that needs to be done to make this work is implementing
/PHP-5.4/sapi/tux/
H A DREADME6 The special thing about TUX is that it is integrated into the Linux
/PHP-5.4/win32/build/
H A Dphpize.js.in69 // now we need the extension name out of this thing
/PHP-5.4/ext/ereg/regex/
H A DWHATSNEW65 thing is that regex.h is now generated, using mkh, rather than being
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestinput8626 ]thing
632 [thing
633 \\thing
636 ]thing
646 [thing
647 \\thing
651 ]thing
660 ]thing
H A Dtestinput1120 ]thing
126 [thing
127 \\thing
130 ]thing
140 [thing
141 \\thing
145 ]thing
154 ]thing
H A Dtestoutput81205 ]thing
1217 [thing
1219 \\thing
1223 ]thing
1241 [thing
1243 \\thing
1251 ]thing
1267 ]thing
H A Dtestoutput1235 ]thing
247 [thing
249 \\thing
253 ]thing
271 [thing
273 \\thing
281 ]thing
297 ]thing
/PHP-5.4/
H A DREADME.STREAMS372 The main thing to remember is that in your close operation you need to release
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog15 thing to do, but it happened), SIGSEGV or other misbehaviour could occur.
711 rather obscure rules do not always do the same thing.
2152 matching functions compatible, and I think it's the right thing to do.
3338 something that cannot possibly match the quantified thing, the quantifier
3574 /\500|\x{1ff}/ matches \500 or \777 because the whole thing is treated as a
4055 (g) -- can be used to terminate pcregrep options if the next thing isn't an
4279 of setjmp/longjmp. The whole thing is implemented by a set of macros that
4422 is the right thing to do, as I do not use Windows. No doubt I'll get told

Completed in 62 milliseconds

12