Home
last modified time | relevance | path

Searched refs:no (Results 76 – 100 of 1328) sorted by relevance

12345678910>>...54

/php-src/Zend/tests/
H A Dbug26281.phpt8 echo "no crash\n";
13 no crash
/php-src/ext/exif/tests/
H A Dexif_encoding_crash.phpt9 echo "*** no core dump ***\n";
12 *** no core dump ***
/php-src/ext/skeleton/
H A Dconfig.w32.in1 ARG_ENABLE('%EXTNAME%', '%EXTNAME% support', 'no');
3 if (PHP_%EXTNAMECAPS% != 'no') {
/php-src/ext/curl/tests/
H A Dbug63795.phpt2 Bug #63795 (CURL >= 7.28.0 no longer support value 1 for CURLOPT_SSL_VERIFYHOST)
20 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
24 Notice: curl_setopt(): CURLOPT_SSL_VERIFYHOST no longer accepts the value 1, value 2 will be used i…
/php-src/ext/standard/tests/file/
H A D006_error.phpt15 var_dump( chmod(__DIR__ . "/no/such/file/dir", 0777) );
16 var_dump( fileperms(__DIR__ . "/no/such/file/dir") );
27 Warning: fileperms(): stat failed for %s/no/such/file/dir in %s on line %d
H A Dfile_put_contents_variation8-win32.phpt27 "/no/such/file/dir" => "/no/such/file/dir",
74 -- Filename: /no/such/file/dir --
76 Warning: file_put_contents(/no/such/file/dir): Failed to open stream: %s in %s on line %d
77 Failed to write data to: /no/such/file/dir
/php-src/ext/soap/
H A Dconfig.w323 ARG_ENABLE("soap", "SOAP support", "no");
5 if (PHP_SOAP != "no") {
22 PHP_SOAP = "no"
/php-src/ext/phar/
H A Dconfig.m47 if test "$PHP_PHAR" != "no"; then
24 [AC_MSG_RESULT([no (shared openssl)])],
29 ], [AC_MSG_RESULT([no])])])
/php-src/ext/sysvshm/
H A Dconfig.w323 ARG_ENABLE('sysvshm', 'SysV Shared Memory support', 'no');
5 if (PHP_SYSVSHM != 'no') {
/php-src/ext/pdo_dblib/
H A Dconfig.w323 ARG_WITH("pdo-dblib", "freetds dblib (Sybase, MS-SQL) support for PDO", "no");
5 if (PHP_PDO_DBLIB != "no") {
21 ARG_WITH("pdo-mssql", "Native MS-SQL support for PDO", "no");
23 if (PHP_PDO_MSSQL != "no") {
/php-src/tests/output/
H A Dob_start_error_002.phpt17 var_dump(ob_start("C::no"));
18 var_dump(ob_start("no"));
32 Warning: ob_start(): class C does not have a method "no" in %s on line %d
37 Warning: ob_start(): function "no" not found or invalid function name in %s on line %d
/php-src/sapi/embed/
H A Dconfig.w323 ARG_ENABLE('embed', 'Embedded SAPI library', 'no');
7 if (PHP_EMBED != "no") {
/php-src/ext/date/tests/
H A Ddate_get_last_errors_basic.phpt10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
/php-src/ext/session/tests/
H A Ddeprecations.phpt18 // Expecting no deprecation
23 // Expecting no deprecation
28 // Expecting no deprecation (default value)
33 // Expecting no deprecation (default value)
38 // Expecting no deprecation (default value)
H A Dsession_regenerate_id_cookie.phpt14 get_cgi_path() or die('skip no cgi');
68 Cache-Control: no-store, no-cache, must-revalidate
69 Pragma: no-cache
/php-src/ext/spl/tests/
H A Diterator_067.phpt10 echo "no exception";
16 no exception
H A Dclass_implements_variation.phpt2 SPL: Test class_implements() function : variation - no interfaces and autoload
7 echo "--- testing no interfaces ---\n";
23 --- testing no interfaces ---
H A Dclass_uses_variation.phpt2 SPL: Test class_uses() function : variation - no interfaces and autoload
7 echo "--- testing no traits ---\n";
23 --- testing no traits ---
/php-src/win32/build/
H A Dconfig.w32.phpize.in31 …ack', 'Release binaries with external debug symbols (--enable-debug must not be specified)', 'no');
51 // no from disable-all
52 if(PHP_MP == 'auto' || PHP_MP == 'no') {
67 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
87 …windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not specified', 'no');
116 if (PHP_SNAPSHOT_TEMPLATE == "no") {
130 ARG_WITH("codegen-arch", "Architecture for code generation", "no");
134 into the build dir and used to automatically load the shared extensions.", "no");
137 be excluded from the test.ini", "no");
144 processor.", "no");
/php-src/build/
H A Dshtool189 gen_tmpfile=no
202 opt_n=no
203 opt_e=no
211 opt_v=no
212 opt_t=no
213 opt_d=no
214 opt_c=no
215 opt_C=no
216 opt_s=no
228 opt_t=no
[all …]
/php-src/ext/zend_test/
H A Dconfig.w323 ARG_ENABLE("zend-test", "enable zend_test extension", "no");
5 if (PHP_ZEND_TEST != "no") {
/php-src/ext/exif/
H A Dconfig.w323 ARG_ENABLE('exif', 'Exchangeable image information (EXIF) Support', 'no');
5 if(PHP_EXIF != 'no') {
/php-src/Zend/tests/attributes/override/
H A D022.phpt2 #[\Override]: Static method no parent class.
16 Fatal error: C::c() has #[\Override] attribute, but no matching parent method exists in %s on line …
/php-src/ext/standard/tests/general_functions/
H A Dregister_shutdown_functions_without_previous_call_frame_02.phpt11 Fatal error: Uncaught Error: Cannot call func_get_args() dynamically in [no active file]:0
15 thrown in [no active file] on line 0
H A Dregister_shutdown_functions_without_previous_call_frame_03.phpt11 Fatal error: Uncaught Error: Cannot call func_num_args() dynamically in [no active file]:0
15 thrown in [no active file] on line 0

Completed in 27 milliseconds

12345678910>>...54