Home
last modified time | relevance | path

Searched refs:from (Results 226 – 250 of 1416) sorted by relevance

12345678910>>...57

/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_basic.phpt9 echo "-- An array of elements from low to high --\n";
11 echo "\n-- An array of elements from high to low --\n";
24 -- An array of elements from low to high --
80 -- An array of elements from high to low --
/php-src/Zend/tests/
H A Dbug69989_2.phpt31 // Yield from array
33 yield from [yield];
H A Daccess_modifiers_008.phpt57 Call to private method A::mp() from scope B2
59 Call to protected method B1::mp() from scope B2
60 Call to protected method B1::mb() from scope B2
H A Dbug69989_3.phpt32 // Yield from root
34 yield from yield;
/php-src/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
6 * Load APP info from jpeg
/php-src/ext/ffi/tests/
H A D300.phpt22 $ffi->printf("Hello World from %s!\n", "PHP");
25 Hello World from PHP!
H A Dgh7867.phpt2 GH-7867 (FFI::cast() from pointer to array is broken)
14 echo 'cast from start' . PHP_EOL;
25 cast from start
H A D301-win32.phpt21 $ffi->php_printf("Hello World from %s!\n", "PHP");
29 Hello World from PHP!
/php-src/ext/opcache/tests/opt/
H A Dgh11170.phpt74 ; from=(BB0)
84 ; from=(BB0)
93 ; from=(BB1, BB2)
120 ; from=(BB0)
130 ; from=(BB0)
139 ; from=(BB1, BB2)
/php-src/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
32 Removing the current element from an iterated object.
/php-src/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/php-src/ext/reflection/tests/
H A DReflectionGenerator_getTrace.phpt13 yield from foo();
18 yield from bar();
/php-src/ext/date/tests/
H A Dcall_function_from_method.phpt2 Call to date function from a method and call to date method from call_user_func
H A DDateTimeZone_clone_basic2.phpt2 Testing clone on objects whose class derived from DateTimeZone class
18 echo "*** Testing clone on objects whose class derived from DateTimeZone class ***\n";
32 *** Testing clone on objects whose class derived from DateTimeZone class ***
H A DDateTime_clone_basic2.phpt2 Test clone of objects whose class derived from DateTime class
19 echo "*** Testing clone on objects whose class derived from DateTime class ***\n";
32 *** Testing clone on objects whose class derived from DateTime class ***
H A Dbug62561.phpt12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
16 day from ts: 2012-07-02 04:00:00
/php-src/ext/dba/tests/
H A Ddba_db4_018.phpt35 echo "Test 3 - fetch both rows from second resource\n";
41 echo "Test 4 - fetch both rows from first resource\n";
65 Test 3 - fetch both rows from second resource
68 Test 4 - fetch both rows from first resource
H A Ddba015.phpt35 echo "Test 3 - fetch both rows from second resource\n";
41 echo "Test 4 - fetch both rows from first resource\n";
65 Test 3 - fetch both rows from second resource
68 Test 4 - fetch both rows from first resource
/php-src/ext/xsl/tests/
H A DsetParameter_exceptions_test.phpt42 echo "--- Exception from __toString should abort execution ---\n";
58 echo "--- Exception from warning should abort execution ---\n";
93 --- Exception from __toString should abort execution ---
95 --- Exception from warning should abort execution ---
/php-src/ext/dom/tests/modern/spec/
H A DNamedNodeMap_dimensions.phpt50 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
52 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
54 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
56 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
/php-src/ext/snmp/tests/
H A Dgeneric_timeout_error.phpt24 Warning: snmpget(): No response from %s in %s on line %d
27 Warning: snmpget(): No response from %s in %s on line %d
/php-src/Zend/tests/generators/
H A Dgc_with_yield_from.phpt2 Verify yield from on generators being properly cycle collected
19 yield from $gens[] = $x ? gen(--$x) : root();
H A Dgh8289.phpt2 GH-8289 (Exceptions thrown within a yielded from iterator are not rethrown into the generator)
8 yield from new class(new ArrayIterator([1, -2])) extends IteratorIterator {
/php-src/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt7 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
27 $from = "";
39 var_dump( strtr($str, $from, $to) );
/php-src/Zend/asm/
H A Djump_arm64_aapcs_macho_gas.S81 ; restore RSP (pointing to context-data) from X1
98 ; return transfer_t from jump
106 ; restore stack from GP + FPU

Completed in 27 milliseconds

12345678910>>...57