/PHP-8.1/Zend/tests/ |
H A D | bug73989.phpt | 7 private $thing; 12 $this->thing = function() use($obj) {}; 17 ($this->thing)();
|
H A D | bug34617.phpt | 11 $thing = new Thing(); 12 xml_set_object($reader, $thing);
|
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-8.1/Zend/tests/type_declarations/ |
H A D | typed_properties_024.phpt | 6 private int $thing; 10 public string $thing; // No conflict
|
H A D | typed_properties_002.phpt | 5 $thing = new class() { 9 var_dump($thing->int);
|
H A D | typed_properties_003.phpt | 5 $thing = new class() { 9 $var = &$thing->int;
|
/PHP-8.1/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-8.1/ext/zlib/tests/ |
H A D | zlib_filter_inflate2.phpt | 9 fwrite($a, "This is quite the thing ain't it\n"); 40 This is quite the thing ain't it 42 This is quite the thing ain't it
|
H A D | data.inc | 66 There's no such thing:
|
/PHP-8.1/ext/pdo_oci/ |
H A D | oci_statement.c | 209 if (P->thing) { in oci_bind_input_cb() 210 *bufpp = P->thing; in oci_bind_input_cb() 217 } else if (!P->thing) { in oci_bind_input_cb() 246 *bufpp = P->thing; in oci_bind_output_cb() 299 if (P && P->thing) { in oci_stmt_param_hook() 301 OCIDescriptorFree(P->thing, OCI_DTYPE_LOB); in oci_stmt_param_hook() 302 P->thing = NULL; in oci_stmt_param_hook() 412 OCILobWrite(S->H->svc, S->err, (OCILobLocator*)P->thing, in oci_stmt_param_hook() 421 OCILobClose(S->H->svc, S->err, (OCILobLocator*)P->thing); in oci_stmt_param_hook() 442 OCIDescriptorFree(P->thing, OCI_DTYPE_LOB); in oci_stmt_param_hook() [all …]
|
H A D | php_pdo_oci_int.h | 78 dvoid *thing; /* for LOBS, REFCURSORS etc. */ member
|
/PHP-8.1/ext/sockets/tests/ |
H A D | socket_abstract_path_sendmsg.phpt | 27 "iov" => ["test ", "thing", "\n"], 39 test thing
|
H A D | socket_abstract_path.phpt | 31 "iov" => ["test ", "thing", "\n"], 43 test thing
|
H A D | socket_sendrecvmsg_multi_msg-unix.phpt | 44 "iov" => ["test ", "thing", "\n"], 109 [0] => test thing
|
H A D | socket_sendrecvmsg_multi_msg.phpt | 39 "iov" => ["test ", "thing", "\n"], 107 [0] => test thing
|
H A D | socket_cmsg_credentials.phpt | 39 // "iov" => ["test ", "thing", "\n"],
|
H A D | socket_cmsg_rights.phpt | 35 "iov" => ["test ", "thing", "\n"],
|
/PHP-8.1/ext/oci8/tests/ |
H A D | define5.phpt | 16 "insert into define5_tab (id, string) values (2, 'thing')", 70 string(5) "thing"
|
/PHP-8.1/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-8.1/ext/pdo/tests/ |
H A D | pdo_014.phpt | 33 $it = new IteratorIterator($stmt); /* check if we can convert that thing */
|
/PHP-8.1/ext/standard/tests/file/ |
H A D | fopencookie.phpt | 11 * The important thing here is really fopencookie; the glibc people
|
H A D | fgetc_basic.phpt | 45 var_dump($file_handle); // dump the $file_handle to see if any thing got modified
|
/PHP-8.1/sapi/cli/ |
H A D | config.m4 | 20 AC_DEFINE([HAVE_PS_STRINGS], [], [Define to 1 if the PS_STRINGS thing exists.])
|
/PHP-8.1/win32/build/ |
H A D | phpize.js.in | 65 // now we need the extension name out of this thing
|
/PHP-8.1/docs/ |
H A D | streams.md | 400 The main thing to remember is that in your close operation you need to release
|