Home
last modified time | relevance | path

Searched refs:from (Results 376 – 400 of 1498) sorted by relevance

1...<<11121314151617181920>>...60

/php-src/Zend/tests/
H A Dfirst_class_callable_009.phpt2 First Class Callable from Closure::__invoke
H A Dfirst_class_callable_003.phpt2 First Class Callable from Method
/php-src/Zend/tests/enum/
H A Dempty-from.phpt2 Empty enum with from/tryFrom doesn't segfault
/php-src/ext/openssl/tests/
H A Dopenssl_x509_export_basic.phpt16 var_dump(openssl_x509_export($b, $output2)); // read cert from a filename string
18 var_dump(openssl_x509_export($d, $output4)); // read cert from a resource
/php-src/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt25 $Body = $dom->getElementsByTagName('from')->item(0);
42 Warning: DOMDocument::loadXML(): Element from was declared #PCDATA but contains non text nodes in E…
/php-src/ext/odbc/tests/
H A Dbug73448.phpt20 "/* valid select with result */ select * from sys.sysobjects",
22 "/* valid select with result */ select * from sys.sysobjects",
/php-src/ext/pdo_firebird/tests/
H A Derror_handle.phpt40 …8]: Invalid character value for cast specification: -413 conversion error from string "str" in %s …
43 …8]: Invalid character value for cast specification: -413 conversion error from string "str" in %s …
/php-src/Zend/tests/asymmetric_visibility/
H A Dunset.phpt62 Cannot unset protected(set) property Foo::$bar from global scope
66 Cannot unset private(set) property Foo::$secret from scope FooChild
/php-src/tests/lang/
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
H A Dthrow_variation_001.phpt2 Catching an exception thrown from an included file
/php-src/ext/spl/tests/
H A Dfilesystemiterator_leak.phpt2 Don't leak when breaking from FilesystemIterator
/php-src/Zend/tests/attributes/override/
H A D002.phpt11 yield from [];
/php-src/tests/func/
H A D003.phpt19 echo "Counting from $i to $j\n";
64 echo "and now, from a function...\n";
105 Counting from 7 to 14
225 and now, from a function...
/php-src/ext/pgsql/tests/
H A D28large_object_import_oid.phpt19 echo "import LO from int\n";
27 echo "import LO from string\n";
88 import LO from int
89 import LO from string
/php-src/ext/pcre/tests/
H A Dbug71537.phpt2 Fixed bug #71537 (PCRE segfault from Opcache)
/php-src/ext/standard/tests/math/
H A Dnumber_format_negative_zero.phpt2 Prevent number_format from returning negative zero
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_control_string.phpt70 … call. Check manually (and fix the test, if needed :-)). First characters from trace are '%s'\n", …
79 …printf("[035] Process ID has not been found, first characters from trace are '%s'\n", substr($trac…
84 …printf("[045] Line numbers have not been found, first characters from trace are '%s'\n", substr($t…
90 …printf("[055] File names seem to be missing, first characters from trace are '%s'\n", substr($trac…
95 …printf("[065] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($t…
103 …printf("[075] Nesting level seem to be missing, first characters from trace are '%s'\n", substr($l…
106 … Nesting level seem to be %d, should not be higher than 1, first characters from trace are '%s'\n",
119 …function call, but there should be none in the trace file, first characters from trace are '%s'\n",
/php-src/ext/standard/tests/array/
H A Dbug75433.phpt2 array_values() preserves next index from source array when shallow-copying
/php-src/Zend/tests/generators/
H A Dyield_array_key.phpt2 Array keys can be yielded from generators
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorWindows.c27 #define SLJIT_UPDATE_WX_FLAGS(from, to, enable_exec) argument
/php-src/Zend/
H A Dzend_fibers.c369 zend_fiber_context *from = transfer.context; in zend_fiber_trampoline() local
372 __sanitizer_finish_switch_fiber(NULL, &from->stack->asan_pointer, &from->stack->asan_size); in zend_fiber_trampoline()
377 from->handle = data.handle; in zend_fiber_trampoline()
381 if (from->status == ZEND_FIBER_STATUS_DEAD) { in zend_fiber_trampoline()
382 zend_fiber_destroy_context(from); in zend_fiber_trampoline()
473 zend_fiber_context *from = EG(current_fiber_context); in zend_fiber_switch_context() local
491 zend_observer_fiber_switch_notify(from, to); in zend_fiber_switch_context()
498 from->status = ZEND_FIBER_STATUS_SUSPENDED; in zend_fiber_switch_context()
502 transfer->context = from; in zend_fiber_switch_context()
517 swapcontext(from->handle, to->handle); in zend_fiber_switch_context()
[all …]
/php-src/ext/standard/tests/file/
H A Dcopy_basic.phpt5 echo "*** Testing copy() function: to copy file from source to destination --\n";
39 *** Testing copy() function: to copy file from source to destination --
/php-src/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S69 @ restore RSP (pointing to context-data) from A2
87 @ return transfer_t from jump
/php-src/ext/standard/tests/strings/
H A Dstrtr_variation3.phpt7 * corresponding translation pair of chars for 'from', 'to' & 'replace_pairs' arguments
42 $from = "\n\r\t\\";
53 var_dump( strtr($str, $from, $to) );

Completed in 25 milliseconds

1...<<11121314151617181920>>...60