Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 66) sorted by last modified time

123

/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_internal_error.phpt26 string(75) "tree error unexpected-token-in-initial-mode in Entity, line: 1, column: 1-7"
H A Duser_error_handler.phpt19 string(113) "Dom\HTMLDocument::createFromString(): tree error unexpected-token-in-initial-mode in E…
H A DHTMLDocument_fromFile_local_existing_file.phpt13 Warning: Dom\HTMLDocument::createFromFile(): tree error unexpected-token-in-initial-mode in %s on l…
H A DHTMLDocument_fromFile_parser_warning_libxml_get_last_error.phpt25 …string(%d) "tree error unexpected-token-in-initial-mode in %sparser_warning_01.html, line: 1, colu…
H A DHTMLDocument_fromString_old_dtd.phpt25 Warning: Dom\HTMLDocument::createFromString(): tree error bad-doctype-token-in-initial-mode in Enti…
H A DHTMLDocument_fromString_parser_warning_01.phpt16 Warning: Dom\HTMLDocument::createFromString(): tree error unexpected-token-in-initial-mode in Entit…
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt55 Warning: Dom\HTMLDocument::createFromFile(): tree error unexpected-token-in-initial-mode in euw://<…
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_clone.phpt20 Warning: Dom\HTMLDocument::createFromString(): tree error unexpected-token-in-initial-mode in Entit…
/php-src/
H A DCODING_STANDARDS.md154 count. The initial letter of the name is lowercase, and each letter that
297 functions follow the standard prefixing conventions during their initial
H A DEXTENSIONS21 Experimental: Under development or initial release.
H A Dphp.ini-development478 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
480 ; initial startup
H A Dphp.ini-production480 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
482 ; initial startup
/php-src/ext/standard/
H A Darray.c6370 …rray_binop(INTERNAL_FUNCTION_PARAMETERS, const char *op_name, binary_op_type op, zend_long initial) argument
6380 RETURN_LONG(initial);
6383 ZVAL_LONG(return_value, initial);
6445 zval *initial = NULL; local
6452 Z_PARAM_ZVAL(initial)
6457 ZVAL_COPY(return_value, initial);
H A Dbasic_functions.stub.php1896 function array_reduce(array $array, callable $callback, mixed $initial = null): mixed {} argument
H A Dbasic_functions_arginfo.h330 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, initial, IS_MIXED, 0, "null")
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst40 All of the reference counted types share a common initial struct sequence.
/php-src/ext/dom/lexbor/lexbor/css/
H A Dbase.h81 void *initial; member
/php-src/build/
H A Dlibtool.m44019 # If TAGNAME is not passed, then create an initial libtool script
/php-src/docs/
H A Drelease-process.md698 with the new version and initial anchor (e.g. `<a id="PHP_8_4"></a>` if added
904 ## Preparing for the initial stable version (PHP X.Y.0)
908 is available before releasing the initial stable version, since you should
929 5. On the announcement day for the initial stable version (or shortly before),
/php-src/sapi/fuzzer/
H A DREADME.md52 For the unserializehash fuzzer, generate a corpus of initial hash serializations:
/php-src/ext/dom/
H A Dconfig.w3226 …c in_cell.c in_column_group.c in_frameset.c in_head.c in_head_noscript.c initial.c in_row.c in_sel…
H A Dconfig.m421 …e/insertion_mode/in_head_noscript.c $LEXBOR_DIR/html/tree/insertion_mode/initial.c $LEXBOR_DIR/htm…
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt898 // Regression tests for bugs with initial AVX2-accelerated implementation
/php-src/ext/standard/tests/file/
H A D007_variation21.phpt28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…
H A D007_variation5.phpt28 var_dump( filesize($file) ); //Check that data hasn't over written; Expected: Size of (initial data…

Completed in 113 milliseconds

123