Home
last modified time | relevance | path

Searched refs:from (Results 176 – 200 of 1416) sorted by relevance

12345678910>>...57

/php-src/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt33 // 4. Assign $b from $k[$a]
37 // 8. Assign $d from $k[$c][0]
39 // 10. Assign $e from $k[$c][1]
44 // 15. Assign $h from $k[$f][$g]
47 // 18. Assign $j from $k[$f][$i]
/php-src/tests/classes/
H A Dproperty_recreate_protected.phpt22 echo "Unset and recreate a protected property from property's declaring class scope:\n";
27 echo "\nUnset and recreate a protected property from subclass:\n";
39 Unset and recreate a protected property from property's declaring class scope:
45 Unset and recreate a protected property from subclass:
/php-src/ext/spl/tests/
H A DarrayObject_setIteratorClass_error1.phpt46 …teratorClass(): Argument #1 ($iteratorClass) must be a class name derived from ArrayIterator, nonE…
47 …teratorClass(): Argument #1 ($iteratorClass) must be a class name derived from ArrayIterator, stdC…
48 …:__construct(): Argument #3 ($iteratorClass) must be a class name derived from ArrayIterator, nonE…
49 …:__construct(): Argument #3 ($iteratorClass) must be a class name derived from ArrayIterator, stdC…
/php-src/Zend/tests/float_to_int/
H A Dwarning_float_does_not_fit_zend_long_arrays.phpt29 Deprecated: Implicit conversion from float 1.0E+121 to int loses precision in %s on line %d
31 Deprecated: Implicit conversion from float 1.0E+121 to int loses precision in %s on line %d
45 Deprecated: Implicit conversion from float 1.0E+121 to int loses precision in %s on line %d
51 Deprecated: Implicit conversion from float 1.0E+121 to int loses precision in %s on line %d
/php-src/ext/standard/tests/mail/
H A Dbug80706.phpt11 sendmail_from=from@example.com
19 $from = ini_get('sendmail_from');
24 $headers = "From: {$from}\r\n"
41 if ($mail->isAsExpected($from, $to, $subject, $message)) {
H A Dbug72964.phpt11 sendmail_from=from@example.com
19 $from = ini_get('sendmail_from');
24 $headers = "From: {$from}\r\n"
42 if ($mail->isAsExpected($from, $to, $subject, $message)) {
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql.c63 zend_string *from = NULL; in PHP_METHOD() local
68 if (zend_parse_parameters(ZEND_NUM_ARGS(), "S", &from) == FAILURE) { in PHP_METHOD()
83 tmp = PQescapeIdentifier(H->server, ZSTR_VAL(from), ZSTR_LEN(from)); in PHP_METHOD()
/php-src/Zend/tests/enum/
H A Dbacked-from-invalid-int.phpt2 BackedEnum::from() reject invalid int
12 var_dump(Foo::from(2));
H A Dbacked-negative-int.phpt13 var_dump(Foo::from(-1));
14 var_dump(Foo::from(-2));
H A Dbacked-mismatch.phpt23 var_dump(Foo::from(42));
29 var_dump(Foo::from('bar'));
39 TypeError: Foo::from(): Argument #1 ($value) must be of type int, string given
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_param_str_natl.phpt23 var_dump($db->query('SELECT * from test_param_str_natl'));
24 foreach ($db->query('SELECT * from test_param_str_natl') AS $row) {
37 string(33) "SELECT * from test_param_str_natl"
/php-src/ext/zend_test/
H A Dobserver.c223 php_printf("<!-- switching from fiber %p to %p -->\n", from, to); in fiber_address_observer()
227 static void fiber_enter_observer(zend_fiber_context *from, zend_fiber_context *to) in fiber_enter_observer() argument
234 if (fiber->caller != from) { in fiber_enter_observer()
250 if (from->status == ZEND_FIBER_STATUS_DEAD) { in fiber_suspend_observer()
251 zend_fiber *fiber = (from->kind == zend_ce_fiber) ? zend_fiber_from_context(from) : NULL; in fiber_suspend_observer()
254 php_printf("<threw '%p'>\n", from); in fiber_suspend_observer()
256 php_printf("<destroyed '%p'>\n", from); in fiber_suspend_observer()
258 php_printf("<returned '%p'>\n", from); in fiber_suspend_observer()
260 } else if (from->kind == zend_ce_fiber) { in fiber_suspend_observer()
261 zend_fiber *fiber = zend_fiber_from_context(from); in fiber_suspend_observer()
[all …]
/php-src/ext/ffi/tests/
H A D301.phpt12 $ffi->printf("Hello World from %s!\n", "PHP");
15 Hello World from PHP!
H A D302.phpt13 $ffi->printf("Hello World from %s!\n", "PHP");
16 Hello World from PHP!
H A D303.phpt13 $ffi->printf("Hello World from %s!\n", "PHP");
16 Hello World from PHP!
/php-src/Zend/tests/generators/
H A Dbug78434.phpt13 yield from $generator;
17 yield from $generator;
H A Dyield_from_chain_dtor_order.phpt10 yield from gen2();
13 yield from $g;
/php-src/ext/standard/tests/dir/
H A Dscandir_variation5.phpt13 * remove the execute permission from the parent dir and test scandir() on child dir
14 * 1. remove write & execute permission from the 1st parent and test scandir()
15 * 2. remove execute permission from 2nd parent and test scandir()
40 // remove the write and execute permission from sub parent
46 // remove the execute permission from parent dir, allowing all permission for sub dir
/php-src/ext/phar/tests/
H A Dbug77022.phpt21 $phar->addFromString("test-from-string", 'test-file-phar');
24 var_dump(decoct(stat(__DIR__ . '/test-from-string')['mode']));
26 unlink(__DIR__ . '/test-from-string');
/php-src/ext/xsl/tests/
H A Dxslt011.phpt31 $dom->loadXML("<root>this is from an external DomDocument</root>");
47 this is from an external DomDocument
48 from the Input Document
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorApple.c45 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
80 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) \ argument
94 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
/php-src/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt22 echo "\n\nRead a line from the client:\n";
26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
59 Read a line from the client:
80 Close the server side socket and read the remaining data from the client:
/php-src/ext/standard/tests/file/
H A Dbug69442.phpt45 echo 'read from pipe 0: ';
50 echo 'read from pipe 3: ';
57 read from pipe 0: string(5) "foo
59 read from pipe 3: string(3) "42
/php-src/ext/openssl/tests/
H A Dbug25614.phpt2 openssl: get public key from generated private key
15 Warning: openssl_pkey_get_public(): Don't know how to get public key from this private key %s
/php-src/ext/phar/tests/zip/
H A Dcorrupt_006.phpt2 Phar: zip with file created from stdin
14 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…

Completed in 59 milliseconds

12345678910>>...57