Home
last modified time | relevance | path

Searched refs:name (Results 751 – 775 of 1889) sorted by relevance

1...<<31323334353637383940>>...76

/PHP-7.2/Zend/
H A Dzend_builtin_functions.c787 zend_string *name; in ZEND_FUNCTION() local
794 Z_PARAM_STR(name) in ZEND_FUNCTION()
805 if (zend_memnstr(ZSTR_VAL(name), "::", sizeof("::") - 1, ZSTR_VAL(name) + ZSTR_LEN(name))) { in ZEND_FUNCTION()
857 c.name = zend_string_copy(name); in ZEND_FUNCTION()
872 zend_string *name; in ZEND_FUNCTION() local
875 Z_PARAM_STR(name) in ZEND_FUNCTION()
1195 if (key == name) { in same_name()
1481 zend_string *name; in ZEND_FUNCTION() local
1486 Z_PARAM_STR(name) in ZEND_FUNCTION()
2025 if (!constant->name) { in add_constant_info()
[all …]
H A Dzend_list.h31 #define ZEND_RSRC_DTOR_FUNC(name) void name(zend_resource *res) argument
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c53 zend_hash_add(ctx->constants, Z_STR_P(name), &val); in zend_optimizer_collect_constant()
196 if ((val = zend_hash_find(constants, Z_STR_P(name))) != NULL) { in zend_optimizer_get_collected_constant()
220 int zend_optimizer_is_disabled_func(const char *name, size_t len) { in zend_optimizer_is_disabled_func() argument
922 if (zend_string_equals_literal(name, "extract")) { in zend_optimizer_classify_function()
924 } else if (zend_string_equals_literal(name, "compact")) { in zend_optimizer_classify_function()
930 } else if (zend_string_equals_literal(name, "get_defined_vars")) { in zend_optimizer_classify_function()
932 } else if (zend_string_equals_literal(name, "assert")) { in zend_optimizer_classify_function()
934 } else if (zend_string_equals_literal(name, "func_num_args")) { in zend_optimizer_classify_function()
936 } else if (zend_string_equals_literal(name, "func_get_arg")) { in zend_optimizer_classify_function()
938 } else if (zend_string_equals_literal(name, "func_get_args")) { in zend_optimizer_classify_function()
[all …]
/PHP-7.2/ext/opcache/tests/
H A Dcompact_literals.phpt39 public static $name = "A";
40 public static function say($n = "name") {
41 var_dump(static::$name);
47 public static $name = "B";
52 public static $name = "C";
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug72633.phpt26 * No sequence name informed
30 * Sequence name informed
/PHP-7.2/ext/reflection/tests/
H A D008.phpt30 string(20) "Invalid method name "
31 string(21) "Invalid method name 1"
H A DReflectionObject_isInstance_basic.phpt17 foreach ($instances as $name => $instance) {
18 echo "is $name a $class? ";
H A DReflectionGenerator_in_Generator.phpt43 ["name"]=>
66 ["name"]=>
/PHP-7.2/ext/wddx/tests/
H A Dbug70661.phpt23 <field name='ryat'>
24 <var name='php_class_name'>
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat.c39 …ATTER_EXPOSE_CUSTOM_CLASS_CONST(name, value) zend_declare_class_constant_long( IntlDateFormatter_c… in dateformat_register_constants() argument
/PHP-7.2/ext/xml/tests/
H A Dxml010.phpt10 function start_elem($parser,$name,$attribs) {
11 print "$name ";
/PHP-7.2/ext/xmlreader/tests/
H A D004.phpt21 echo $reader->name."\n";
25 echo " Attribute Name: ".$reader->name."\n";
/PHP-7.2/ext/xmlrpc/tests/
H A Dbug42736.phpt39 <name>faultString</name>
/PHP-7.2/Zend/tests/
H A Dns_037.phpt2 037: Name ambiguity (namespace name or namespace's class name)
/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_extension_funcs_error.phpt20 echo "\n-- Invalid extension name --\n";
38 -- Invalid extension name --
/PHP-7.2/tests/output/
H A Dstream_isatty.inc22 foreach ($sampleStreams as $name => $stream) {
23 echo "$name: "; var_dump(stream_isatty($stream));
/PHP-7.2/ext/soap/tests/schema/
H A Dschema057.phpt9 <complexType name="testType">
13 <element name="x_item" type="int" maxOccurs="unbounded"/>
H A Dschema072.phpt9 <element name="testElement">
10 <complexType name="testType">
H A Dschema005.phpt9 <simpleType name="testType">
11 <simpleType name="testType2">
/PHP-7.2/ext/standard/tests/array/
H A Darray_pop.phpt23 …"blank" => "", 3.7 => 3.7, 5.4 => 7, 6 => 8.6, '5' => "Five", "4name" => "jonny", "a" => NULL, NUL…
24 array( 12, "name", 'age', '45' ),
154 [4name] => jonny
165 [1] => name
/PHP-7.2/ext/standard/tests/file/
H A Dcopy_variation5.phpt52 echo "Destination file name => ";
87 Destination file name => %s/COPY.tmp
94 Destination file name => %s/COPY.TMP
101 Destination file name => %s/CopY.TMP
/PHP-7.2/ext/pdo/tests/
H A Dbug_69356.phpt20 …used (Params), the list of parameters, with their name, type (paramtype) as an integer, their key
32 …used (Params), the list of parameters, with their name, type (paramtype) as an integer, their key
/PHP-7.2/ext/session/tests/
H A Dsession_set_save_handler_class_002.phpt5 session.name=PHPSESSID
24 public function open($path, $name) {
28 $this->path = $path . '/u_sess_' . $name;
/PHP-7.2/build/
H A Dorder_by_dep.awk27 function get_module_index(name, i)
30 if (mods[i] == name) {
/PHP-7.2/tests/classes/
H A Dclone_006.phpt23 $original->name = "Hello";
31 echo $clone->name . "\n";

Completed in 54 milliseconds

1...<<31323334353637383940>>...76