Home
last modified time | relevance | path

Searched refs:all (Results 51 – 75 of 625) sorted by last modified time

12345678910>>...25

/php-src/docs-old/
H A Dstreams.md111 If you want to copy all remaining data from the src stream, pass
385 all mandatory. The rest are optional. Declare your stream ops struct:
H A Dunix-build-system.md68 source directory and compiles all three files with the special include directive
90 Make sure to prefix *all* relative paths correctly with either `$(builddir)` or
H A Dinput-filter.md18 simple example all I am doing is calling `strip_tags()` on the data.
92 * different name, or if you just don't want the variable registered at all. */
/php-src/ext/standard/
H A Dhtml.c56 #define LIMIT_ALL(all, doctype, charset) do { \ argument
57 (all) = (all) && !CHARSET_PARTIAL_SUPPORT((charset)) && ((doctype) != ENT_HTML_DOC_XML1); \
823 int all, in traverse_for_entities() argument
861 if (!all && (code > 63U || in traverse_for_entities()
934 if (all) { in unescape_inverse_map()
964 if (all) { in determine_entity_table()
991 if (all) { in php_unescape_html_entities()
1122 LIMIT_ALL(all, doctype, charset); in php_escape_html_entities_ex()
1449 zend_long all = PHP_HTML_SPECIALCHARS, in PHP_FUNCTION() local
1464 Z_PARAM_LONG(all) in PHP_FUNCTION()
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c6939 sljit_u8 bit, cbit, all; in optimize_class_ranges() local
6944 all = -bit; in optimize_class_ranges()
6949 if ((i & 0x7) == 0 && bits[byte] == all) in optimize_class_ranges()
6961 all = -cbit; in optimize_class_ranges()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1488 #define FILE_NAMES_SIZE 60 /* size of array to contain all names */
3012 * Go through the whole list, stopping if you find a match. Process all
/php-src/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt12 // Calling finfo_file() with all possible arguments
/php-src/ext/gd/tests/
H A Dgh10614.phpt2 GH-10614 (imagerotate will turn the picture all black, when rotated 90)
/php-src/ext/xsl/tests/
H A DXSLTProcessor_callables.phpt22 echo "--- Legit cases: all ---\n";
56 --- Legit cases: all ---
/php-src/ext/dom/tests/
H A DDOMXPath_callables.phpt37 echo "--- Legit cases: all ---\n";
77 --- Legit cases: all ---
/php-src/ext/pdo_firebird/tests/
H A Dbug_77863.phpt18 union all
20 union all
H A Dbug_76488.phpt17 union all
/php-src/ext/pdo_dblib/tests/
H A Dbug_45876.phpt11 all
H A Dbug_50755.phpt12 all
H A Dbug_67130.phpt2 PDO_DBLIB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been …
/php-src/win32/build/
H A DMakefile57 all: generated_files $(EXT_TARGETS) $(PECL_TARGETS) $(SAPI_TARGETS) target
171 clean-all:
178 clean-pgo: clean-all
226 dist: all build-dist
/php-src/
H A DCONTRIBUTING.md380 (i.e. 8.0) and then get merged up to all other branches. All security fixes
392 3. Do not commit multiple files and dump all messages in one commit. If you
/php-src/ext/mbstring/tests/
H A Dencoding_tests.inc6 // Test failed limit. If you want to execute all tests, set to -1.
204 // all valid characters of any width
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1786 static size_t luaC_separateudata(lua_State*L,int all){
1792 if(!(iswhite(curr)||all)||isfinalized(gco2u(curr)))
/php-src/sapi/fpm/tests/
H A Dresponse.inc439 * Get all headers.
/php-src/ext/session/tests/user_session_module/
H A Dbug32330.phpt56 // without output buffering, the debug messages will cause all manner of warnings
/php-src/ext/standard/tests/strings/
H A Dimplode_variation.phpt45 /* loop through to display a string containing all the array $pieces in the same order,
H A Djoin_error1.phpt10 // initialize all required variables
/php-src/ext/tidy/tests/
H A Dparsing_file_too_large.phpt13 all
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt20 // not all MySQL Server versions and/or engines might support the type

Completed in 115 milliseconds

12345678910>>...25