Home
last modified time | relevance | path

Searched refs:defined (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/php-src/Zend/tests/
H A Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
10 var_dump(defined('ns\\ok'));
11 var_dump(defined('ns\\bug'));
12 var_dump(defined('\\ns\\ok'));
13 var_dump(defined('\\ns\\bug'));
14 var_dump(defined('ns\\foo::ok'));
15 var_dump(defined('ns\\foo::bug'));
16 var_dump(defined('\\ns\\foo::ok'));
17 var_dump(defined('\\ns\\foo::bug'));
18 var_dump(defined('ns\\bar::bug'));
[all …]
H A Ddefined_fn_no_ns_fallback.phpt2 There should be no namespace fallback when using the defined() function
8 var_dump(\defined('Foo\PHP_INT_MAX'));
11 var_dump(\defined($const));
H A Dlsb_014.phpt2 ZE2 Late Static Binding access to static::const through defined() and get_constant()
8 var_dump(defined("static::ok"));
9 if (defined("static::ok")) {
H A Dconstants_005.phpt2 Persistent case insensitive and user defined constants
5 var_dump(defined('ZEND_THREAD_safe'));
H A Dconstants_008.phpt10 if (defined('a')) {
16 Warning: Constant a already defined in %s on line %d
H A Dbug29890.phpt17 //should return a notice that the constant is already defined
23 error :Constant TEST already defined
H A Dbug69315.phpt4 disable_functions=strlen,defined,call_user_func,constant,is_string
16 var_dump(defined("PHP_VERSION"));
46 Call to undefined function defined()
H A Dbug47593.phpt24 var_dump(defined('\test\TEST'));
25 var_dump(defined('TEST'));
H A Dbug53727.phpt14 echo (defined('ChildClass::TEST_CONSTANT') ? 'true' : 'false') . "\n";
17 echo (defined('ParentClass::TEST_CONSTANT') ? 'true' : 'false') . "\n";
H A Dbug35634.phpt7 if (defined("pass3")) {
12 } else if (defined("pass2")) {
/php-src/ext/standard/tests/image/
H A Dskipif_imagetype.inc2 if (!defined('IMAGETYPE_GIF')) die('skip images of type GIF not supported');
3 if (!defined('IMAGETYPE_JPEG')) die('skip images of type JPEG not supported');
4 if (!defined('IMAGETYPE_PNG')) die('skip images of type PNG not supported');
5 if (!defined('IMAGETYPE_SWF')) die('skip images of type SWF not supported');
6 if (!defined('IMAGETYPE_PSD')) die('skip images of type PSD not supported');
7 if (!defined('IMAGETYPE_BMP')) die('skip images of type BMP not supported');
8 if (!defined('IMAGETYPE_TIFF_II')) die('skip images of type TIFF not supported');
9 if (!defined('IMAGETYPE_TIFF_MM')) die('skip images of type TIFF not supported');
10 if (!defined('IMAGETYPE_JPC')) die('skip images of type JPC not supported');
11 //if (!defined('IMAGETYPE_JP2')) die('skip images of type JP2 not supported');
[all …]
H A Dimage_type_to_mime_type_variation4.phpt7 if (!defined("IMAGETYPE_SWC")) {
8 die("skip IMAGETYPE_SWC is not defined ");
/php-src/ext/opcache/tests/jit/
H A Ddefined_001.phpt13 $a = defined("X");
14 $b = defined("X");
15 if (defined("X")) {
20 if (!defined("X")) {
H A Dconst_001.phpt2 JIT CONST: defined
16 var_dump(defined("CUSTOM_CONSTANT"));
18 var_dump(defined("CUSTOM_CONSTANT"));
/php-src/ext/pcre/tests/
H A D005.phpt122 [8] => `oci_ping' defined but not used
225 [8] => `nope' defined but not used
330 [8] => `yy_fatal_error' defined but not used
336 [14] => `yy_last_accepting_cpos' defined but not used
339 [17] => `yy_more_flag' defined but not used
342 [20] => `yy_more_len' defined but not used
345 [23] => `yyunput' defined but not used
348 [26] => `yy_top_state' defined but not used
363 [8] => `yy_last_accepting_state' defined but not used
369 [14] => `yyunput' defined but not used
[all …]
/php-src/tests/lang/
H A Dbug27443.phpt2 Bug #27443 (defined() returns wrong type)
5 echo gettype(defined('test'));
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation15.phpt10 This is string defined
273 string(37) "This is string defined
275 string(37) "This is string defined
277 string(38) " This is string defined
279 string(38) "This is string defined
281 string(38) " This is string defined
284 This is string defined
286 string(37) "This is string defined
288 string(37) "This is string defined
/php-src/ext/dom/tests/
H A Dlibxml_global_state_entity_loader_bypass.phpt35 string(25) "Entity 'bork' not defined"
36 string(25) "Entity 'bork' not defined"
37 string(25) "Entity 'bork' not defined"
/php-src/Zend/tests/traits/
H A Dconstant_017.phpt2 Referencing trait constants directly on calling \defined() returns false
10 var_dump(\defined('TestTrait::Constant'));
/php-src/ext/com_dotnet/tests/
H A Dbug77621.phpt2 Bug #77621 (Already defined constants are not properly reported)
14 Warning: com_load_typelib(): Type library constant ADSTYPE_INVALID is already defined in %s on line…
/php-src/ext/curl/tests/
H A Dcurl_multi_segfault.phpt7 …PHP_CURL_FTP_REMOTE_SERVER')) exit("skip PHP_CURL_FTP_REMOTE_SERVER env variable is not defined");
8 …nv('PHP_CURL_FTP_REMOTE_USER')) exit("skip PHP_CURL_FTP_REMOTE_USER env variable is not defined");
9 …PHP_CURL_FTP_REMOTE_PASSWD')) exit("skip PHP_CURL_FTP_REMOTE_PASSWD env variable is not defined");
/php-src/Zend/
H A DZend.m4151 dnl Check for sigsetjmp. If it's defined as a macro, AC_CHECK_FUNCS won't work.
242 #if (defined (__GNUC__) && __GNUC__ >= 2)
333 #if defined(__GNUC__)
338 #if defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(i386)
341 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__x86_64__)
344 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__powerpc64__)
347 #elif defined(__IBMC__) && ZEND_GCC_VERSION >= 4002 && defined(__powerpc64__)
350 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__aarch64__)
353 #elif defined(__GNUC__) && ZEND_GCC_VERSION >= 4008 && defined(__riscv) && __riscv_xlen == 64
/php-src/ext/spl/tests/
H A Ddit_001_noglob.phpt5 if (defined('GLOB_ERR')) print "skip GLOB_ERR defined";
/php-src/ext/session/tests/user_session_module/
H A Dgh7787.phpt81 Warning: session_write_close(): Failed to write session data using user defined save handler. (sess…
83 Warning: session_write_close(): Failed to write session data using user defined save handler. (sess…
87 Warning: session_write_close(): Failed to write session data using user defined save handler. (sess…
89 Warning: session_write_close(): Failed to write session data using user defined save handler. (sess…
/php-src/ext/intl/tests/
H A Dresourcebundle_internal.phpt6 <?php if( !defined('INTL_ICU_DATA_VERSION')) print 'skip INTL_ICU_DATA_VERSION constant not defined

Completed in 23 milliseconds

12345678910>>...17