/PHP-5.5/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.5/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.5/ext/zlib/tests/ |
H A D | zlib_filter_inflate2.phpt | 9 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 D | data.inc | 67 There's no such thing:
|
/PHP-5.5/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() 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 D | php_pdo_oci_int.h | 80 dvoid *thing; /* for LOBS, REFCURSORS etc. */ member
|
/PHP-5.5/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.5/ext/sockets/tests/ |
H A D | socket_abstract_path_sendmsg.phpt | 28 "iov" => ["test ", "thing", "\n"], 40 test thing
|
H A D | socket_abstract_path.phpt | 32 "iov" => ["test ", "thing", "\n"], 44 test thing
|
H A D | socket_cmsg_rights.phpt | 37 "iov" => ["test ", "thing", "\n"], 96 [0] => test thing
|
H A D | socket_sendrecvmsg_multi_msg.phpt | 45 "iov" => ["test ", "thing", "\n"], 108 [0] => test thing
|
H A D | socket_sendrecvmsg_multi_msg-win32.phpt | 39 "iov" => ["test ", "thing", "\n"], 105 [0] => test thing
|
H A D | socket_cmsg_credentials.phpt | 38 // "iov" => ["test ", "thing", "\n"],
|
/PHP-5.5/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.5/ext/wddx/tests/ |
H A D | bug48562.phpt | 23 // the one thing the test won't check is using $a as an array after doing &$a; which isn't really a…
|
/PHP-5.5/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.5/ext/standard/tests/file/ |
H A D | fopencookie.phpt | 12 * The important thing here is really fopencookie; the glibc people
|
/PHP-5.5/ext/pdo/tests/ |
H A D | pdo_014.phpt | 34 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
|
/PHP-5.5/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.5/sapi/cli/ |
H A D | config.m4 | 23 AC_DEFINE([HAVE_PS_STRINGS], [], [Define to 1 if the PS_STRINGS thing exists.])
|
/PHP-5.5/sapi/tux/ |
H A D | README | 6 The special thing about TUX is that it is integrated into the Linux
|
/PHP-5.5/win32/build/ |
H A D | phpize.js.in | 69 // now we need the extension name out of this thing
|
/PHP-5.5/ext/ereg/regex/ |
H A D | WHATSNEW | 65 thing is that regex.h is now generated, using mkh, rather than being
|