Home
last modified time | relevance | path

Searched refs:from (Results 251 – 275 of 1416) sorted by relevance

1...<<11121314151617181920>>...57

/php-src/Zend/tests/generators/
H A Dthrow_into_yield_from_array.phpt2 Throwing into a generator yielding from an array/iterator
15 yield from $in;
H A Dbug70904.phpt2 Bug #70904 (yield from incorrectly marks valid generator as finished)
11 yield from $g1;
H A Dyield_from_multi_tree_single_nodes.phpt2 yield from on multiple trees needing merge, with intermediary nodes having only one child
6 function from($levels) {
13 yield from (function() use ($gen) { yield from $gen; })();
20 $all[] = $gens[0][0] = from($levels);
/php-src/ext/standard/tests/serialize/
H A Dbug71995.phpt2 Bug #71995 (Returning the same var twice from __sleep() produces broken serialized data)
21 Warning: serialize(): "b" is returned from __sleep() multiple times in %s on line %d
/php-src/
H A DUPGRADING.INTERNALS29 * The zend_object_iterator_funcs valid member has changed its signature from
41 inet_pton() from arpa/inet.h or ws2tcpip.h on Windows.
43 * zend_mm_set_custom_debug_handlers() has been removed from ZendMM, use
46 * zend_mm_set_custom_handlers() has changed its signature from
57 * zend_mm_get_custom_handlers() has changed its signature from
68 * __zend_malloc() has changed their signature from
72 * __zend_calloc() has changed their signature from
76 * __zend_realloc() has changed their signature from
152 - New public APIs are available to handle callbacks from XPath, see
159 from namespace_compat.h instead.
[all …]
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c1053 len = end - (str + from); in mb_cut_utf16be()
1055 from &= ~1; in mb_cut_utf16be()
1062 if (from > 0) { in mb_cut_utf16be()
1067 from -= 2; in mb_cut_utf16be()
1086 len = end - (str + from); in mb_cut_utf16le()
1088 from &= ~1; in mb_cut_utf16le()
1095 if (from > 0) { in mb_cut_utf16le()
1100 from -= 2; in mb_cut_utf16le()
1124 if (from < 2) { in mb_cut_utf16()
1125 from = 2; in mb_cut_utf16()
[all …]
/php-src/Zend/tests/
H A Dclass_name_as_scalar.phpt2 class name as scalar from ::class keyword
39 var_dump(One::class); // resolve from use
41 var_dump(Moo::CLASS); // resolve from use as
44 $x = new $class; // create new class from original scalar assignment
/php-src/ext/pcntl/
H A Dpcntl.c275 add_assoc_long(to, #field, from.field)
277 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
283 PHP_RUSAGE_PARA(from, to, ru_ixrss); \
284 PHP_RUSAGE_PARA(from, to, ru_idrss); \
288 PHP_RUSAGE_PARA(from, to, ru_nvcsw); \
290 PHP_RUSAGE_PARA(from, to, ru_nswap);
292 #define PHP_RUSAGE_SPECIAL(from, to) argument
295 #define PHP_RUSAGE_COMMON(from ,to) \ argument
301 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
303 PHP_RUSAGE_SPECIAL(from, to) \
[all …]
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt29 /* bind as LOB; the oid from the pgsql stream will be inserted instead
38 $stmt = $db->prepare("SELECT * from test_large_objects");
49 $stmt = $db->prepare("SELECT * from test_large_objects");
60 $stmt = $db->prepare("SELECT * from test_large_objects");
77 /* Now to remove the large object from the database, so it doesn't
/php-src/ext/pdo_firebird/tests/
H A Dbug_77863.phpt17 select true, 'true' from rdb\$database
19 select false, 'false' from rdb\$database
21 select unknown, 'unknown' from rdb\$database
23 select trim(s) as s from t where b is not distinct from :p
/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation3.phpt37 Deprecated: Implicit conversion from float 1.23456789E-10 to int loses precision in %s on line %d
45 Deprecated: Implicit conversion from float 1.00000000000001 to int loses precision in %s on line %d
53 Deprecated: Implicit conversion from float 1.99999999999999 to int loses precision in %s on line %d
H A Darray_map_object3.phpt45 echo "-- accessing parent method from child class --\n";
48 echo "-- accessing child method from parent class --\n";
69 -- accessing parent method from child class --
78 -- accessing child method from parent class --
/php-src/ext/spl/tests/
H A Dbug80111.phpt23 # Remove element #2 from the list: this has no effect on
24 # intern->traverse_pointer, since it is removed from the list already
54 # calls SplDoublyLinkedList::offsetUnset, which will remove the element from the
H A DarrayObject___construct_error1.phpt23 ArrayObject::__construct(): Argument #3 ($iteratorClass) must be a class name derived from ArrayIte…
25 ArrayObject::__construct(): Argument #3 ($iteratorClass) must be a class name derived from ArrayIte…
/php-src/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S83 # restore RSP (pointing to context-data) from X1
100 # return transfer_t from jump
108 # restore stack from GP + FPU
/php-src/ext/pdo/tests/
H A Dbug_44409.phpt19 $db->exec("INSERT INTO test44409 (dat) VALUES ('Data from DB')");
30 return "any data from serizalize()";
54 Method called: bug44409::unserialize('Data from DB')
/php-src/tests/classes/
H A Dprotected_001.phpt17 pass::fail();// must fail because we are calling from outside of class pass
24 Fatal error: Uncaught Error: Call to protected method pass::fail() from global scope in %s:%d
H A Dprotected_001b.phpt18 $t->fail();// must fail because we are calling from outside of class pass
25 Fatal error: Uncaught Error: Call to protected method pass::fail() from global scope in %s:%d
H A Dconstants_basic_002.phpt13 echo "\nFail to read class constant from instance.\n";
24 Fail to read class constant from instance.
/php-src/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt10 echo "SELECTING from invalid table\n";
21 SELECTING from invalid table
H A Dbug69972.phpt8 echo "SELECTING from invalid table\n";
19 SELECTING from invalid table
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt30 return 'Value from serialize()';
46 …$db->exec("INSERT INTO test_stmt_fetchserialize_simple(myobj) VALUES ('Data fetched from DB to be …
81 myclass::unserialize('Value from serialize()')
88 myclass::unserialize('Data fetched from DB to be given to unserialize()')
93 myclass::unserialize('Data fetched from DB to be given to unserialize()')
102 myclass::unserialize('Data fetched from DB to be given to unserialize()')
/php-src/tests/lang/
H A DforeachLoop.009.phpt8 echo "\nRemove elements from a referenced array during loop\n";
16 echo "\nRemove elements from a referenced array during loop, using &\$value\n";
54 Remove elements from a referenced array during loop
59 Remove elements from a referenced array during loop, using &$value
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt15 echo "-- Testing popen(): reading from the pipe --\n";
24 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
68 -- Testing popen(): reading from the pipe --
70 -- Testing popen(): reading from a file using 'cat' command --
/php-src/ext/mysqli/tests/
H A D063.phpt24 // an exception should be thrown from prepare (i.e. constructor) not from execute

Completed in 40 milliseconds

1...<<11121314151617181920>>...57