Home
last modified time | relevance | path

Searched refs:all (Results 26 – 50 of 668) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/standard/tests/array/
H A Darray_multisort_basic2.phpt13 // Initialise all required variables
17 echo "\n-- Testing array_multisort() function with all normal arguments --\n";
26 -- Testing array_multisort() function with all normal arguments --
H A Darray_multisort_basic1.phpt13 // Initialise all required variables
17 echo "\n-- Testing array_multisort() function with all normal arguments --\n";
31 -- Testing array_multisort() function with all normal arguments --
H A Darray_values_basic.phpt17 // Initialise all required variables
20 // Calling array_values() with all possible arguments
H A Darray_keys_variation_004.phpt6 echo "*** Testing array_keys() on all the types other than arrays ***\n";
29 *** Testing array_keys() on all the types other than arrays ***
/PHP-7.4/ext/standard/
H A Dhtml.c58 #define LIMIT_ALL(all, doctype, charset) do { \ argument
59 (all) = (all) && !CHARSET_PARTIAL_SUPPORT((charset)) && ((doctype) != ENT_HTML_DOC_XML1); \
894 int all, in traverse_for_entities() argument
932 if (!all && (code > 63U || in traverse_for_entities()
1005 if (all) { in unescape_inverse_map()
1035 if (all) { in determine_entity_table()
1062 if (all) { in php_unescape_html_entities()
1194 LIMIT_ALL(all, doctype, charset); in php_escape_html_entities_ex()
1561 zend_long all = HTML_SPECIALCHARS, in PHP_FUNCTION() local
1576 Z_PARAM_LONG(all) in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/zlib/tests/
H A Dgzfile_variation11.phpt38 string(38) "all I know is that you can realize it
58 string(38) "all I know is that you can realize it
78 string(38) "all I know is that you can realize it
98 string(38) "all I know is that you can realize it
118 string(38) "all I know is that you can realize it
H A Dgzfile_variation12.phpt36 string(38) "all I know is that you can realize it
56 string(38) "all I know is that you can realize it
76 string(38) "all I know is that you can realize it
96 string(38) "all I know is that you can realize it
H A Dgzfile_variation9.phpt35 string(38) "all I know is that you can realize it
55 string(38) "all I know is that you can realize it
75 string(38) "all I know is that you can realize it
95 string(38) "all I know is that you can realize it
H A Dreadgzfile_variation10.phpt35 all I know is that you can realize it
42 all I know is that you can realize it
55 all I know is that you can realize it
62 all I know is that you can realize it
H A Dgzfile_basic2.phpt12 for all languages
37 string(17) "for all languages"
H A Dreadgzfile_basic.phpt12 for all languages
32 for all languages
H A Dreadgzfile_basic2.phpt12 for all languages
32 for all languages
H A Dgzfile_basic.phpt12 for all languages
37 string(17) "for all languages"
H A Dgzinflate-bug42663.phpt2 Bug #42663 (gzinflate() try to allocate all memory with truncated $data)
17 // inflate $truncated string (check if it will not eat all memory)
/PHP-7.4/ext/date/tests/
H A Dtimezone_transitions_get_basic1.phpt6 * Description: Returns all transitions for the timezone
21 echo "\n-- Get all 60s transitions --\n";
35 -- Get all 60s transitions --
H A Dgmdate_basic.phpt13 // Initialise all required variables
18 // Calling gmdate() with all possible arguments
/PHP-7.4/ext/oci8/tests/
H A Dcommit_old.phpt37 var_dump(ocifetchstatement($select, $all));
38 var_dump($all);
62 var_dump(ocifetchstatement($select, $all));
63 var_dump($all);
H A Dcommit_001.phpt46 var_dump(oci_fetch_all($select, $all));
47 var_dump($all);
72 var_dump(oci_fetch_all($select, $all));
73 var_dump($all);
/PHP-7.4/ext/soap/tests/schema/
H A Dschema031.phpt2 SOAP XML Schema 31: Structure (all)
10 <all>
13 </all>
/PHP-7.4/ext/spl/tests/
H A Dbug73209.phpt15 echo "Expect to see all keys in ->props here: \n";
23 Expect to see all keys in ->props here:
/PHP-7.4/ext/standard/tests/network/
H A Dsyslog_basic.phpt14 // Initialise all required variables
18 // Calling syslog() with all possible arguments
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc52 all the other users having acls on the files must loose them.
54 all the users having acls on a file could be sophisticated. */
70 // Deny all
76 This is required to remove all the previously denied
94 // Deny all
99 This is required to remove all the previously denied
116 This is required to remove all the previously denied
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_basic2.phpt2 Test strrpos() function : basic functionality - with all arguments
15 echo "-- With all arguments --\n";
37 -- With all arguments --
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic7.phpt25 // Initialise all required variables
42 // Calling mail() with all additional headers
49 // Should fail all
50 // Initialise all required variables
69 // Calling mail() with all additional headers
76 // Should fail all
77 // Initialise all required variables
94 // Calling mail() with all additional headers
102 // Initialise all required variables
122 // Calling mail() with all additional headers
/PHP-7.4/ext/imap/tests/
H A Dimap_close_basic.phpt28 // Calling imap_close() with all possible arguments
29 echo "\n-- Call to imap_close() with all possible arguments --\n";
50 -- Call to imap_close() with all possible arguments --

Completed in 59 milliseconds

12345678910>>...27