Searched refs:NAME (Results 1 – 20 of 20) sorted by relevance
/PHP-5.6/ext/standard/tests/class_object/ |
H A D | forward_static_call_001.phpt | 8 const NAME = 'A'; 10 echo static::NAME, "\n"; 16 const NAME = 'B'; 19 echo self::NAME, "\n"; 24 echo self::NAME, "\n"; 29 echo self::NAME, "\n"; 36 const NAME = 'C'; 40 echo self::NAME, "\n";
|
H A D | forward_static_call_003.phpt | 8 const NAME = 'A'; 10 echo static::NAME, "\n"; 16 const NAME = 'B'; 19 echo self::NAME, "\n"; 26 const NAME = 'C'; 29 echo self::NAME, "\n";
|
/PHP-5.6/Zend/tests/ |
H A D | ns_053.phpt | 7 define(__NAMESPACE__ . '\\NAME', basename(__FILE__)); 8 echo NAME."\n"; 9 echo \test\ns1\NAME."\n";
|
/PHP-5.6/ext/oci8/tests/ |
H A D | bind_empty.phpt | 37 $stmt = oci_parse($c, "INSERT INTO bind_empty_tab (NAME) VALUES ('abc')"); 40 $stmt = oci_parse($c, "INSERT INTO bind_empty_tab (NAME) VALUES ('def')"); 44 $stmt = oci_parse($c, "UPDATE bind_empty_tab SET name=:name WHERE NAME = 'abc'"); 57 $stmt = oci_parse($c, "UPDATE bind_empty_tab SET name=:name WHERE NAME = 'def'"); 102 ["NAME"]=> 113 ["NAME"]=>
|
/PHP-5.6/Zend/ |
H A D | README.ZEND_VM | 37 ZEND_VM_DISPATCH_TO_HELPER(<NAME>) 38 return <NAME>(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU) 39 ZEND_VM_DISPATCH_TO_HELPER_EX(<NAME>,<PARAM>,<VAL>) 40 return <NAME>(<VAL>, ZEND_OPCODE_HANDLER_ARGS_PASSTHRU) 78 ZEND_VM_HELPER(<HELPER-NAME>, <OP1_TYPES>, <OP2_TYPES>) 83 ZEND_VM_HELPER_EX(<HELPER-NAME>, <OP1_TYPES>, <OP2_TYPES>, <PARAM_SPEC>)
|
/PHP-5.6/ext/pcre/tests/ |
H A D | preg_split_basic.phpt | 13 var_dump(preg_split('/NAME/i', $string)); //tries to find NAME regardless of case in $string (can't…
|
/PHP-5.6/ext/pdo/ |
H A D | pdo.php | 35 public $NAME = "Don't change me"; variable in Foo
|
/PHP-5.6/ext/wddx/tests/ |
H A D | 001-64bit.phpt | 47 ["NAME"]=>
|
H A D | 001.phpt | 47 ["NAME"]=>
|
/PHP-5.6/scripts/ |
H A D | phpize.m4 | 32 [ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib], lib, no)
|
/PHP-5.6/ext/bcmath/libbcmath/ |
H A D | aclocal.m4 | 89 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
|
/PHP-5.6/ |
H A D | README.EXT_SKEL | 48 SOURCE AND HEADER FILE NAME
|
H A D | configure.in | 218 [ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib],lib,no)
|
H A D | acinclude.m4 | 371 dnl PHP_REMOVE_USR_LIB(NAME) 373 dnl Removes all -L/usr/$PHP_LIBDIR entries from variable NAME
|
/PHP-5.6/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 15 NAME 202 NAME 534 NAME 862 NAME 1365 NAME 1583 NAME 4288 NAME 4540 NAME 4735 NAME 7360 (*MARK:NAME) or (*:NAME) [all …]
|
/PHP-5.6/build/ |
H A D | libtool.m4 | 28 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED) 721 # AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, 766 # AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, 5439 …_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname"… 5761 …_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname"…
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 7554 >>>>>>>>>43 string <NO\ NAME \b, label: "%11.11s" 7555 >>>>>>>>>43 string >NO\ NAME \b, label: "%11.11s" 7556 >>>>>>>>>43 string =NO\ NAME \b, unlabeled 7597 >>>>>>>71 string <NO\ NAME \b, label: "%11.11s" 7598 >>>>>>>71 string >NO\ NAME \b, label: "%11.11s" 7599 >>>>>>>71 string =NO\ NAME \b, unlabeled 13044 0 string \<HELP\ NAME= Maple help file 13045 0 string \n\<HELP\ NAME= Maple help file with extra carriage return at start (yuck)
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testinput1 | 4433 /(?<NAME>(?&NAME_PAT))\s+(?<ADDR>(?&ADDRESS_PAT))
|
H A D | testoutput1 | 7282 /(?<NAME>(?&NAME_PAT))\s+(?<ADDR>(?&ADDRESS_PAT))
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | ChangeLog | 1758 to be part of the NAME in (*MARK:NAME) and other backtracking verbs. PCRE
|
Completed in 147 milliseconds