Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 20 of 20) sorted by relevance

/PHP-5.5/ext/standard/tests/class_object/
H A Dforward_static_call_001.phpt8 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 Dforward_static_call_003.phpt8 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.5/Zend/tests/
H A Dns_053.phpt7 define(__NAMESPACE__ . '\\NAME', basename(__FILE__));
8 echo NAME."\n";
9 echo \test\ns1\NAME."\n";
/PHP-5.5/ext/oci8/tests/
H A Dbind_empty.phpt37 $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.5/Zend/
H A DREADME.ZEND_VM37 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.5/ext/pcre/tests/
H A Dpreg_split_basic.phpt13 var_dump(preg_split('/NAME/i', $string)); //tries to find NAME regardless of case in $string (can't…
/PHP-5.5/ext/pdo/
H A Dpdo.php35 public $NAME = "Don't change me"; variable in Foo
/PHP-5.5/ext/wddx/tests/
H A D001-64bit.phpt47 ["NAME"]=>
H A D001.phpt47 ["NAME"]=>
/PHP-5.5/scripts/
H A Dphpize.m432 [ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib], lib, no)
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m489 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
/PHP-5.5/
H A DREADME.EXT_SKEL48 SOURCE AND HEADER FILE NAME
H A Dconfigure.in218 [ --with-libdir=NAME Look for libraries in .../NAME rather than .../lib],lib,no)
H A Dacinclude.m4371 dnl PHP_REMOVE_USR_LIB(NAME)
373 dnl Removes all -L/usr/$PHP_LIBDIR entries from variable NAME
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt15 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.5/build/
H A Dlibtool.m428 # 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.5/ext/fileinfo/tests/
H A Dmagic7025 >>>>>>>>>43 string <NO\ NAME \b, label: "%11.11s"
7026 >>>>>>>>>43 string >NO\ NAME \b, label: "%11.11s"
7027 >>>>>>>>>43 string =NO\ NAME \b, unlabeled
7068 >>>>>>>71 string <NO\ NAME \b, label: "%11.11s"
7069 >>>>>>>71 string >NO\ NAME \b, label: "%11.11s"
7070 >>>>>>>71 string =NO\ NAME \b, unlabeled
12315 0 string \<HELP\ NAME= Maple help file
12316 0 string \n\<HELP\ NAME= Maple help file with extra carriage return at start (yuck)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14433 /(?<NAME>(?&NAME_PAT))\s+(?<ADDR>(?&ADDRESS_PAT))
H A Dtestoutput17282 /(?<NAME>(?&NAME_PAT))\s+(?<ADDR>(?&ADDRESS_PAT))
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1758 to be part of the NAME in (*MARK:NAME) and other backtracking verbs. PCRE

Completed in 159 milliseconds