Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 39) sorted by relevance

12

/PHP-8.2/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt7 $spec[$i] = array('pipe', 'w');
14 $spec[$i] = array('pi');
15 proc_open("$php -n $callee_escaped", $spec, $pipes);
17 $spec[$i] = 1;
19 proc_open("$php -n $callee_escaped", $spec, $pipes);
24 $spec[$i] = array('pipe', "test");
25 proc_open("$php -n $callee_escaped", $spec, $pipes);
28 $spec[$i] = array('file', "test", "z");
29 proc_open("$php -n $callee_escaped", $spec, $pipes);
35 Warning: proc_open(): pi is not a valid descriptor spec/mode in %s on line %d
H A Dproc_open_pipes2.phpt6 $spec = array();
10 proc_open("$php -n $callee", $spec, $pipes);
12 var_dump(count($spec));
H A Dproc_open_pipes1.phpt7 $spec[$i] = array('pipe', 'w');
12 proc_open("$php -n $callee", $spec, $pipes);
14 var_dump(count($spec));
H A Dproc_open_sockets3.phpt33 $spec = [
38 $proc = proc_open($cmd, $spec, $pipes);
H A Dproc_open_sockets1.phpt15 $spec = [
21 $proc = proc_open($cmd, $spec, $pipes);
H A Dproc_open_sockets2.phpt42 $spec = [
47 $proc = proc_open($cmd, $spec, $pipes);
/PHP-8.2/ext/standard/tests/streams/
H A Dglob-wrapper.phpt12 foreach ( [ __DIR__, "glob://".__DIR__ ] as $spec) {
13 echo "** Opening $spec\n";
14 $dir = opendir($spec);
16 echo "Failed to open $spec\n";
20 echo "No files in $spec\n";
/PHP-8.2/ext/ffi/tests/
H A Dutils.inc23 foreach (['__attribute__((fastcall))', '__fastcall', '__vectorcall'] as $spec) {
25 … ffi_cdef("extern size_t $spec zend_list_insert(void *ptr, int type);", ffi_get_php_dll_name());
26 return "$spec ";
H A Dbug78714.phpt2 Bug #78714 (funcs returning pointer can't use call convention spec)
/PHP-8.2/Zend/
H A Dzend_vm_gen.php577 function helper_name($name, $spec, $op1, $op2, $extra_spec) { argument
643 } else if ($spec) {
660 } else if ($spec) {
1050 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1096 if ($spec) {
1143 …$spec_name = $name.($spec?"_SPEC":"").$prefix[$op1].$prefix[$op2].($spec?extra_spec_name($extra_sp…
1204 if ($spec) {
1336 foreach ($dsc["spec"][$spec] as $val) {
1636 $spec = key($specs);
1646 $ret[] = array($spec => $mode) + $existing;
[all …]
/PHP-8.2/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c35 lxb_css_selector_specificity_t spec);
265 lxb_css_selector_specificity_t spec) in lxb_html_element_style_append() argument
278 lxb_css_selector_sp_set_i(spec, declr->important); in lxb_html_element_style_append()
293 if (spec < node->sp) { in lxb_html_element_style_append()
306 node->sp = spec; in lxb_html_element_style_append()
318 node->sp = spec; in lxb_html_element_style_append()
327 lxb_css_selector_specificity_t spec) in lxb_html_element_style_weak_append() argument
337 new_weak->sp = spec; in lxb_html_element_style_weak_append()
348 if (weak->sp <= spec) { in lxb_html_element_style_weak_append()
359 if (weak->sp <= spec) { in lxb_html_element_style_weak_append()
[all …]
H A Delement.h37 void *ctx, lxb_css_selector_specificity_t spec,
81 lxb_css_selector_specificity_t spec);
86 lxb_css_selector_specificity_t spec);
H A Ddocument.c63 lxb_css_selector_specificity_t spec,
73 lxb_css_selector_specificity_t spec, void *ctx);
626 lxb_css_selector_specificity_t spec, in lxb_html_document_style_remove_by_rule_cb() argument
675 lxb_css_selector_specificity_t spec, void *ctx) in lxb_html_document_style_cb() argument
686 style->declarations, spec); in lxb_html_document_style_cb()
/PHP-8.2/ext/hash/
H A Dhash.c145 if (*spec == 's' || *spec == 'S') { in parse_serialize_spec()
148 } else if (*spec == 'l' || *spec == 'L') { in parse_serialize_spec()
151 } else if (*spec == 'q' || *spec == 'Q') { in parse_serialize_spec()
154 } else if (*spec == 'i' || *spec == 'I') { in parse_serialize_spec()
158 ZEND_ASSERT(*spec == 'b' || *spec == 'B'); in parse_serialize_spec()
166 ++spec; in parse_serialize_spec()
171 ++spec; in parse_serialize_spec()
176 *specp = spec; in parse_serialize_spec()
242 while (*spec != '\0' && *spec != '.') { in php_hash_serialize_spec()
243 char spec_ch = *spec; in php_hash_serialize_spec()
[all …]
H A Dphp_hash.h153 …API int php_hash_serialize_spec(const php_hashcontext_object *context, zval *zv, const char *spec);
154 …_API int php_hash_unserialize_spec(php_hashcontext_object *hash, const zval *zv, const char *spec);
/PHP-8.2/scripts/dev/
H A Dcheck_parameters.php215 $spec = $m[1][0];
216 $len = strlen($spec);
218 $char = $spec[$i];
219 switch ($char = $spec[$i]) {
280 $allow_uninit = $i+1 < $len && $spec[$i+1] === '!'
/PHP-8.2/ext/mbstring/tests/
H A Dutf8_error_handling.phpt2 Confirm error handling for UTF-8 complies with WHATWG spec
20 * Ref: https://encoding.spec.whatwg.org/#utf-8-decoder
H A Dutf7imap_encoding.phpt60 * This is illegal according to the spec for mUTF-7 (IMAP), but currently we are letting
64 * If ever we want to enforce this part of the spec, uncomment the following test */
/PHP-8.2/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt28 $spec = [0 => ["pipe", "r"], 1 => ["pipe", "w"]];
30 …$proc = proc_open($cmd, $spec, $pipes, NULL, NULL, ["bypass_shell" => true, "create_process_group"…
/PHP-8.2/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h21 (*lxb_selectors_cb_f)(lxb_dom_node_t *node, lxb_css_selector_specificity_t spec,
/PHP-8.2/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_attribute_ns.phpt12 // Can't test the following because its behaviour is broken in combination with the live spec
/PHP-8.2/ext/date/tests/
H A Dexamine_diff.inc27 * This spec includes a "+" or "-" after the "P" in order to
/PHP-8.2/ext/fileinfo/
H A Dmagicdata.patch29 # File format spec: https://wiki.dovecot.org/Design/Dcrypt/#File_format
/PHP-8.2/ext/intl/tests/
H A Dnormalizer_normalize_kc_cf.phpt27 /* just make sure all the form constants are defined as in the api spec */
/PHP-8.2/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt138 spec"To check " in heredoc".I'm sure it'll \work!i@! ch@r$ "To check " in heredoc".I'm sure it'll \…

Completed in 114 milliseconds

12