Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h169 #define my_free(thing) if(thing) {efree(thing); thing = 0;} argument
H A Dsimplestring.c85 #define my_free(thing) if(thing) {efree(thing); thing = 0;} argument
H A Dxml_element.c126 #define my_free(thing) if(thing) {efree(thing); thing = NULL;} argument
/PHP-7.4/Zend/tests/
H A Dbug73989.phpt7 private $thing;
12 $this->thing = function() use($obj) {};
17 ($this->thing)();
H A Dbug34617.phpt11 $thing = new Thing();
12 xml_set_object($reader, $thing);
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-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_024.phpt6 private int $thing;
10 public string $thing; // No conflict
H A Dtyped_properties_002.phpt5 $thing = new class() {
9 var_dump($thing->int);
H A Dtyped_properties_003.phpt5 $thing = new class() {
9 $var = &$thing->int;
/PHP-7.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-7.4/ext/zlib/tests/
H A Dzlib_filter_inflate2.phpt9 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
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c214 if (P->thing) { in oci_bind_input_cb()
215 *bufpp = P->thing; in oci_bind_input_cb()
222 } else if (!P->thing) { in oci_bind_input_cb()
253 *bufpp = P->thing; in oci_bind_output_cb()
306 if (P && P->thing) { in oci_stmt_param_hook()
308 OCIDescriptorFree(P->thing, OCI_DTYPE_LOB); in oci_stmt_param_hook()
309 P->thing = NULL; in oci_stmt_param_hook()
419 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook()
428 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook()
449 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-7.4/ext/sockets/tests/
H A Dsocket_abstract_path_sendmsg.phpt28 "iov" => ["test ", "thing", "\n"],
40 test thing
H A Dsocket_abstract_path.phpt32 "iov" => ["test ", "thing", "\n"],
44 test thing
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt45 "iov" => ["test ", "thing", "\n"],
107 [0] => test thing
H A Dsocket_sendrecvmsg_multi_msg.phpt40 "iov" => ["test ", "thing", "\n"],
105 [0] => test thing
H A Dsocket_cmsg_rights.phpt39 "iov" => ["test ", "thing", "\n"],
H A Dsocket_cmsg_credentials.phpt43 // "iov" => ["test ", "thing", "\n"],
/PHP-7.4/ext/oci8/tests/
H A Ddefine5.phpt16 "insert into define5_tab (id, string) values (2, 'thing')",
70 string(5) "thing"
/PHP-7.4/Zend/
H A Dzend_weakrefs.c112 #define zend_weakref_unsupported(thing) \ argument
113 zend_throw_error(NULL, "WeakReference objects do not support " thing);
/PHP-7.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-7.4/ext/standard/tests/file/
H A Dfopencookie.phpt11 * The important thing here is really fopencookie; the glibc people
/PHP-7.4/ext/pdo/tests/
H A Dpdo_014.phpt32 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
/PHP-7.4/sapi/cli/
H A Dconfig.m420 AC_DEFINE([HAVE_PS_STRINGS], [], [Define to 1 if the PS_STRINGS thing exists.])

Completed in 42 milliseconds

12