Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 41) sorted by path

12

/php-src/
H A DNEWS47 . Implemented opt-in ext/dom spec compliance RFC. (nielsdos)
H A DUPGRADING544 Furthermore, the Dom\HTMLDocument class implements spec-compliant HTML5
546 . Implemented opt-in ext/dom spec compliance RFC.
549 The new classes follow the DOM living spec.
/php-src/Zend/
H A Dzend_API.c803 static const char *zend_parse_arg_impl(zval *arg, va_list *va, const char **spec, char **error, uin… in zend_parse_arg_impl() argument
805 const char *spec_walk = *spec; in zend_parse_arg_impl()
1078 *spec = spec_walk; in zend_parse_arg_impl()
1084 static zend_result zend_parse_arg(uint32_t arg_num, zval *arg, va_list *va, const char **spec, int … in zend_parse_arg() argument
1089 expected_type = zend_parse_arg_impl(arg, va, spec, &error, arg_num); in zend_parse_arg()
1116 ZEND_API zend_result zend_parse_parameter(int flags, uint32_t arg_num, zval *arg, const char *spec,… in zend_parse_parameter() argument
1121 va_start(va, spec); in zend_parse_parameter()
1122 ret = zend_parse_arg(arg_num, arg, &va, &spec, flags); in zend_parse_parameter()
H A Dzend_API.h374 ZEND_API zend_result zend_parse_parameter(int flags, uint32_t arg_num, zval *arg, const char *spec,…
2101 #define Z_PARAM_VARIADIC_EX(spec, dest, dest_num, post_varargs) do { \ argument
2118 #define Z_PARAM_VARIADIC(spec, dest, dest_num) \ argument
2119 Z_PARAM_VARIADIC_EX(spec, dest, dest_num, 0)
H A Dzend_vm_execute.h66631 if (spec & SPEC_EXTRA_MASK) {
66632 if (spec & SPEC_RULE_RETVAL) {
66878 spec = 3424;
66880 spec = 3425;
66885 spec = 3426;
66887 spec = 3427;
66892 spec = 2580;
66897 spec = 2573;
66902 spec = 2574;
66907 spec = 3478;
[all …]
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-src/docs-old/
H A Dparameter-parsing-api.md48 int zend_parse_parameter(int flags, int arg_num, zval **arg, const char *spec, ...);
/php-src/ext/date/tests/
H A Dexamine_diff.inc27 * This spec includes a "+" or "-" after the "P" in order to
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
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
687 lxb_css_selector_specificity_t spec, void *ctx) in lxb_html_document_style_cb() argument
704 style->declarations, spec); in lxb_html_document_style_cb()
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);
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c106 lxb_css_selector_specificity_t spec, void *ctx);
110 lxb_css_selector_specificity_t spec, void *ctx);
1901 lxb_css_selector_specificity_t spec, void *ctx) in lxb_selectors_cb_ok() argument
1909 lxb_css_selector_specificity_t spec, void *ctx) in lxb_selectors_cb_not() argument
H A Dselectors.h67 lxb_css_selector_specificity_t spec, void *ctx);
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-out-CSS-parser.patch33 lxb_css_selector_specificity_t spec, void *ctx);
/php-src/ext/dom/tests/
H A Dbug67949.phpt8 // Note: non-numeric string accesses fail on NodeLists (as per spec).
/php-src/ext/dom/tests/modern/spec/
H A DElement_toggleAttribute.phpt2 Element::toggleAttribute() xmlns spec compliance
H A DNode_normalize.phpt8 // This is a copy of the non-spec test "DOMNode_normalize_basic.php".
/php-src/ext/ffi/tests/
H A Dbug78714.phpt2 Bug #78714 (funcs returning pointer can't use call convention spec)
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 ";
/php-src/ext/fileinfo/tests/
H A Dmagic1734 # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
1742 # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
10223 # https://www.cups.org/documentation.php/spec-raster.html
15081 # en/devnet/swf/pdf/swf-file-format-spec.pdf page 27
18166 # Yes, it's "APPL", not "AAPL"; see the spec.
19414 # /format/os2bmp/spec/902d5c253f2a43ada39c2b81034f27fd/view.htm
25315 # File format spec: https://wiki.dovecot.org/Design/Dcrypt/#File_format
34807 # The PDB file format is fixed-field, 80 columns. From the spec:
35921 # $File: spec,v 1.4 2009/09/19 16:28:12 christos Exp $
35922 # spec: file(1) magic for SPEC raw results (*.raw, *.rsf)
[all …]
H A Dmagic私はガラスを食べられます1734 # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
1742 # JNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
10223 # https://www.cups.org/documentation.php/spec-raster.html
15081 # en/devnet/swf/pdf/swf-file-format-spec.pdf page 27
18166 # Yes, it's "APPL", not "AAPL"; see the spec.
19414 # /format/os2bmp/spec/902d5c253f2a43ada39c2b81034f27fd/view.htm
25315 # File format spec: https://wiki.dovecot.org/Design/Dcrypt/#File_format
34807 # The PDB file format is fixed-field, 80 columns. From the spec:
35921 # $File: spec,v 1.4 2009/09/19 16:28:12 christos Exp $
35922 # spec: file(1) magic for SPEC raw results (*.raw, *.rsf)
[all …]
/php-src/ext/hash/
H A Dhash.c144 if (*spec == 's' || *spec == 'S') { in parse_serialize_spec()
147 } else if (*spec == 'l' || *spec == 'L') { in parse_serialize_spec()
150 } else if (*spec == 'q' || *spec == 'Q') { in parse_serialize_spec()
153 } else if (*spec == 'i' || *spec == 'I') { in parse_serialize_spec()
157 ZEND_ASSERT(*spec == 'b' || *spec == 'B'); in parse_serialize_spec()
165 ++spec; in parse_serialize_spec()
170 ++spec; in parse_serialize_spec()
175 *specp = spec; in parse_serialize_spec()
241 while (*spec != '\0' && *spec != '.') { in php_hash_serialize_spec()
242 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-src/ext/intl/tests/
H A Dnormalizer_normalize.phpt31 /* just make sure all the form constants are defined as in the api spec */
H A Dnormalizer_normalize_kc_cf.phpt27 /* just make sure all the form constants are defined as in the api spec */

Completed in 348 milliseconds

12