Home
last modified time | relevance | path

Searched refs:from (Results 326 – 350 of 1498) sorted by relevance

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

/php-src/ext/spl/tests/
H A Ddllist_005.phpt48 Exception: Can't shift from an empty datastructure
49 Exception: Can't shift from an empty datastructure
H A Darray_003.phpt2 SPL: ArrayObject from object
7 // since they cannot be accessed from the external object which iterates
H A Darray_007.phpt2 SPL: ArrayObject/Iterator from IteratorAggregate
7 // since they cannot be accessed from the external object which iterates
H A Ddllist_001.phpt50 Exception: Can't pop from an empty datastructure
51 Exception: Can't shift from an empty datastructure
H A Dgh13685.phpt47 Cannot read from file php://temp
52 Cannot read from file php://temp
/php-src/ext/opcache/tests/jit/
H A Dbool_not_002.phpt25 Deprecated: Implicit conversion from float %f to int loses precision in %sbool_not_002.php on line 6
27 Deprecated: Implicit conversion from float %f to int loses precision in %sbool_not_002.php on line 6
/php-src/Zend/asm/
H A Djump_sparc64_sysv_elf_gas.S37 # get SP (pointing to new context-data) from %i0 param
39 # load framepointer and return address from context
H A Djump_arm_aapcs_elf_gas.S63 @ restore RSP (pointing to context-data) from A2
76 @ return transfer_t from jump
/php-src/Zend/tests/
H A Dgh9916-009.phpt13 yield from ['foo' => new stdClass];
29 Fatal error: Uncaught Error: Cannot use "yield from" in a force-closed generator in %s:%d
H A Dlist_keyed_evaluation_order.phpt20 // 4. Assign $b from $e[$a]
23 // 7. Assign $c from $e[$a]
H A Ddebug_print_backtrace_from_main.phpt2 Calling debug_print_backtrace() from main script
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_convert.c480 PCRE2_SPTR start = *from + 1; in convert_glob_parse_class()
517 *from = pattern; in convert_glob_parse_class()
591 PCRE2_SPTR pattern = *from; in convert_glob_parse_range()
600 *from = pattern; in convert_glob_parse_range()
611 *from = pattern; in convert_glob_parse_range()
670 *from = pattern; in convert_glob_parse_range()
678 *from = pattern; in convert_glob_parse_range()
683 pattern = *from; in convert_glob_parse_range()
711 *from = pattern; in convert_glob_parse_range()
717 *from = pattern; in convert_glob_parse_range()
[all …]
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation5.phpt17 …y string "", the locale names will be set from the values of environment variables with the same n…
42 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
145 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
/php-src/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";
/php-src/ext/tidy/tests/
H A D027.phpt8 // bug report from http://sf.net/tracker/?func=detail&atid=390963&aid=1641868&group_id=27659
29 $data = "awerawer"; // in my code, $data is downloaded from a site
/php-src/sapi/fpm/tests/
H A Dsocket-invalid-allowed-clients.phpt31 // this is from child when starting
34 // this is from the request
/php-src/Zend/tests/generators/
H A Dbug71013.phpt2 Bug #71013 (Incorrect exception handler with yield from)
19 yield from $f;
/php-src/ext/standard/tests/http/
H A Dbug53198.phpt7 from=teste@teste.pt
39 ini_set('from', 'junk@junk.com');
/php-src/ext/pdo_firebird/tests/
H A Dignore_parammarks.phpt21 from rdb$database
32 from rdb$database
/php-src/ext/dom/tests/modern/token_list/
H A Ddimensions.phpt74 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
76 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
78 Deprecated: Implicit conversion from float 1.1 to int loses precision in %s on line %d
/php-src/ext/spl/
H A Dspl_heap.c86 assert(to != from); in spl_heap_elem_copy()
94 memcpy(to, from, sizeof(zval)); in spl_heap_elem_copy()
353 heap->dtor = from->dtor; in spl_ptr_heap_clone()
354 heap->ctor = from->ctor; in spl_ptr_heap_clone()
355 heap->cmp = from->cmp; in spl_ptr_heap_clone()
356 heap->max_size = from->max_size; in spl_ptr_heap_clone()
357 heap->count = from->count; in spl_ptr_heap_clone()
358 heap->flags = from->flags; in spl_ptr_heap_clone()
359 heap->elem_size = from->elem_size; in spl_ptr_heap_clone()
361 heap->elements = safe_emalloc(from->elem_size, from->max_size, 0); in spl_ptr_heap_clone()
[all …]
/php-src/ext/bcmath/tests/number/methods/
H A Dcalc_methods_num_arg_error.phpt48 Deprecated: Implicit conversion from float 0.1 to int loses precision in %s
62 Deprecated: Implicit conversion from float 0.1 to int loses precision in %s
76 Deprecated: Implicit conversion from float 0.1 to int loses precision in %s
90 Deprecated: Implicit conversion from float 0.1 to int loses precision in %s
106 Deprecated: Implicit conversion from float 0.1 to int loses precision in %s
122 Deprecated: Implicit conversion from float 0.1 to int loses precision in %s
/php-src/Zend/
H A Dzend_enum.stub.php12 public static function from(int|string $value): static; function
/php-src/
H A DLICENSE19 derived from this software without prior written permission. For
22 4. Products derived from this software may not be called "PHP", nor
24 from group@php.net. You may indicate that your software works in
29 license from time to time. Each version will be given a
41 "This product includes PHP software, freely available from
/php-src/ext/pcntl/tests/
H A Dpcntl_signal.phpt15 printf("got signal from %s\n", $siginfo['pid'] ?? 'nobody');
46 got signal from %r\d+|nobody%r

Completed in 27 milliseconds

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