Home
last modified time | relevance | path

Searched refs:from (Results 301 – 325 of 1428) sorted by relevance

1...<<11121314151617181920>>...58

/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/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/Zend/
H A Dzend_fibers.c366 zend_fiber_context *from = transfer.context; in zend_fiber_trampoline() local
369 __sanitizer_finish_switch_fiber(NULL, &from->stack->asan_pointer, &from->stack->asan_size); in zend_fiber_trampoline()
374 from->handle = data.handle; in zend_fiber_trampoline()
378 if (from->status == ZEND_FIBER_STATUS_DEAD) { in zend_fiber_trampoline()
379 zend_fiber_destroy_context(from); in zend_fiber_trampoline()
470 zend_fiber_context *from = EG(current_fiber_context); in zend_fiber_switch_context() local
488 zend_observer_fiber_switch_notify(from, to); in zend_fiber_switch_context()
495 from->status = ZEND_FIBER_STATUS_SUSPENDED; in zend_fiber_switch_context()
499 transfer->context = from; in zend_fiber_switch_context()
514 swapcontext(from->handle, to->handle); in zend_fiber_switch_context()
[all …]
H A Dzend_enum.stub.php12 public static function from(int|string $value): static; function
/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
H A Dsocket-close-on-exec.phpt40 We expect that both LISTEN (inherited from the master process) and ACCEPTED (ESTABLISHED)
43 We grep out sockets from non-FPM port, because they may appear in the environment,
44 e.g. PHP-FPM can inherit them from the test-runner. We cannot control the runner,
/php-src/ext/spl/tests/
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/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/tests/classes/
H A Dconstants_basic_003.inc3 const MY_CONST = "hello from A";
/php-src/ext/spl/
H A Dspl_heap.c88 assert(to != from); in spl_heap_elem_copy()
96 memcpy(to, from, sizeof(zval)); in spl_heap_elem_copy()
355 heap->dtor = from->dtor; in spl_ptr_heap_clone()
356 heap->ctor = from->ctor; in spl_ptr_heap_clone()
357 heap->cmp = from->cmp; in spl_ptr_heap_clone()
358 heap->max_size = from->max_size; in spl_ptr_heap_clone()
359 heap->count = from->count; in spl_ptr_heap_clone()
360 heap->flags = from->flags; in spl_ptr_heap_clone()
361 heap->elem_size = from->elem_size; in spl_ptr_heap_clone()
363 heap->elements = safe_emalloc(from->elem_size, from->max_size, 0); in spl_ptr_heap_clone()
[all …]
/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
/php-src/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt11 // hide the output from socket_create() because it can raise
20 * troublesome to send multicast traffic from lo, which we must since
79 $r = socket_recvfrom($s, $str, 2000, 0, $from, $fromPort);
80 var_dump($r, $str, $from);
81 $sblock = $from;
158 …$r = socket_sendto($sends1, $m = "mcast packet from desired source", strlen($m), 0, $mcastaddr, $p…
228 7> mcast packet from desired source
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32-mb.phpt10 echo "*** Testing popen(): reading from the pipe ***\n";
27 // remove variables_order= from PHP.ini (setting it in run-test's
53 *** Testing popen(): reading from the pipe ***
H A Dpopen_pclose_basic-win32.phpt10 echo "*** Testing popen(): reading from the pipe ***\n";
27 // remove variables_order= from PHP.ini (setting it in run-test's
53 *** Testing popen(): reading from the pipe ***

Completed in 86 milliseconds

1...<<11121314151617181920>>...58