/PHP-7.3/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";
|
H A D | bug71442.phpt | 8 const NAME = 'A'; 11 echo static::NAME, " ".join(',', $args)." \n"; 17 const NAME = 'B'; 20 echo self::NAME, "\n";
|
/PHP-7.3/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-7.3/ext/standard/tests/ |
H A D | forward_static_call_array.phpt | 15 const NAME = 'A'; 19 echo static::NAME, " " . join(',', $args) . " \n"; 26 const NAME = 'B'; 29 echo self::NAME, "\n";
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | output_add_rewrite_var_basic1.phpt | 61 output_add_rewrite_var('<NAME>', '<VALUE>'); 86 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 87 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<V… 89 <form action="http://php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="… 91 <form action="//www.php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="&… 101 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 102 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 103 <form action="//php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<V… 104 <form action="http://php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="… [all …]
|
H A D | output_add_rewrite_var_basic2.phpt | 61 output_add_rewrite_var('<NAME>', '<VALUE>'); 86 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 87 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 88 <form action="//php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<V… 91 <form action="//www.php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="&… 101 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 102 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 103 <form action="//php.net/bar.php" method="get"><input type="hidden" name="<NAME>" value="<V… 116 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 117 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… [all …]
|
H A D | output_add_rewrite_var_basic3.phpt | 60 output_add_rewrite_var('<NAME>', '<VALUE>'); 85 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 86 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 101 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 116 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>…
|
H A D | output_add_rewrite_var_basic4.phpt | 60 output_add_rewrite_var('<NAME>', '<VALUE>'); 85 <form method="get"><input type="hidden" name="<NAME>" value="<VALUE>" /> </form> 86 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 101 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>… 116 <form action="./foo.php" method="get"><input type="hidden" name="<NAME>" value="<VALUE>…
|
/PHP-7.3/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"]=>
|
H A D | bug74625.phpt | 14 "CREATE TABLE bug74625_tab (NAME NUMBER)",
|
/PHP-7.3/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-7.3/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-7.3/ext/pdo/ |
H A D | pdo.php | 35 public $NAME = "Don't change me"; variable in Foo
|
/PHP-7.3/ext/wddx/tests/ |
H A D | 001-64bit.phpt | 47 ["NAME"]=>
|
H A D | 001.phpt | 47 ["NAME"]=>
|
/PHP-7.3/ |
H A D | README.EXT_SKEL | 25 SOURCE AND HEADER FILE NAME
|
H A D | configure.ac | 189 [ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib],lib,no)
|
H A D | acinclude.m4 | 368 dnl PHP_REMOVE_USR_LIB(NAME) 370 dnl Removes all -L/usr/$PHP_LIBDIR entries from variable NAME
|
/PHP-7.3/scripts/ |
H A D | phpize.m4 | 32 [ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib], lib, no)
|
/PHP-7.3/ext/intl/uchar/ |
H A D | uproperty-enum.h | 101 UPROPERTY(NAME)
|
/PHP-7.3/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, 5435 …_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname"… 5757 …_LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname"…
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 4498 >0x2e string NAME Art of Noise Tracker Song 10486 >>>>>>>>>43 string <NO\ NAME \b, label: "%11.11s" 10487 >>>>>>>>>43 string >NO\ NAME \b, label: "%11.11s" 10488 >>>>>>>>>43 string =NO\ NAME \b, unlabeled 10556 >>>>>>>71 string <NO\ NAME \b, label: "%11.11s" 10557 >>>>>>>71 string >NO\ NAME \b, label: "%11.11s" 10558 >>>>>>>71 string =NO\ NAME \b, unlabeled 11685 >>>12 string NAME GRUB2 font 18013 0 string \<HELP\ NAME= Maple help file 18014 0 string \n\<HELP\ NAME= Maple help file with extra carriage return at start (yuck) [all …]
|
H A D | magic私はガラスを食べられます | 4498 >0x2e string NAME Art of Noise Tracker Song 10486 >>>>>>>>>43 string <NO\ NAME \b, label: "%11.11s" 10487 >>>>>>>>>43 string >NO\ NAME \b, label: "%11.11s" 10488 >>>>>>>>>43 string =NO\ NAME \b, unlabeled 10556 >>>>>>>71 string <NO\ NAME \b, label: "%11.11s" 10557 >>>>>>>71 string >NO\ NAME \b, label: "%11.11s" 10558 >>>>>>>71 string =NO\ NAME \b, unlabeled 11685 >>>12 string NAME GRUB2 font 18013 0 string \<HELP\ NAME= Maple help file 18014 0 string \n\<HELP\ NAME= Maple help file with extra carriage return at start (yuck) [all …]
|