Searched refs:builtin (Results 1 – 12 of 12) sorted by relevance
/php-src/ext/xsl/tests/ |
H A D | xsltprocessor_exsl_registerPhpFunctionNs.phpt | 2 Overriding an EXSLT builtin 50 // Should override the builtin function
|
/php-src/ext/zend_test/tests/ |
H A D | observer_closure_03.phpt | 2 Observer: Observability of closures of builtin functions
|
H A D | internal-call-internal-static-return.phpt | 2 Calling a builtin function with 'static' return type from internal code
|
/php-src/Zend/tests/type_declarations/ |
H A D | parameter_type_variance_2.phpt | 2 Parameter variance with no type (builtin)
|
H A D | confusable_type_warning.phpt | 44 Warning: "resource" is not a supported builtin type and will be interpreted as a class name. Write …
|
/php-src/ext/ffi/tests/ |
H A D | bug77768.phpt | 2 Bug #77768 (Redeclaration of builtin types and repeated declarations)
|
/php-src/Zend/tests/ |
H A D | 017.phpt | 2 builtin functions tests
|
/php-src/sapi/cli/tests/ |
H A D | 006.phpt | 10 die ("skip not pcre jit support builtin");
|
/php-src/ext/dba/ |
H A D | config.m4 | 74 if test "$THIS_RESULT" = "yes" || test "$THIS_RESULT" = "builtin"; then 736 THIS_RESULT="builtin" 773 THIS_RESULT="builtin" 782 THIS_RESULT="builtin"
|
/php-src/build/ |
H A D | php.m4 | 1443 dnl autoconf undefines the builtin "shift" :-( 1444 dnl If possible, we use the builtin shift anyway, otherwise we use the ubercool 1447 ifdef([builtin],[builtin(define, phpshift, [builtin(shift, $@)])],[ 2393 dnl PHP_CHECK_BUILTIN(builtin) 2395 dnl Check GNU C builtin "builtin" and define the CPP macro 2420 m4_warn([syntax], [Unsupported builtin '$1', the test may fail.])
|
H A D | libtool.m4 | 490 # This shell has a builtin print -r that does the trick. 2898 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' 4298 # Compiler flag to turn off builtin functions. 4526 _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
|
/php-src/ext/date/ |
H A D | php_date.c | 1049 const timelib_tzdb *builtin = timelib_builtin_db(); in php_date_set_tzdb() local 1051 if (php_version_compare(tzdb->version, builtin->version) > 0) { in php_date_set_tzdb()
|
Completed in 75 milliseconds