/PHP-5.6/ext/simplexml/ |
H A D | simplexml.c | 76 if (name) { in _node_as_zval() 77 subnode->iter.name = xmlStrdup((xmlChar *)name); in _node_as_zval() 185 if (!xmlStrcmp(node->name, name)) { in sxe_find_element_by_name() 222 if (!xmlStrcmp(node->name, (xmlChar *)*name)) { in sxe_get_element_by_name() 238 *name = NULL; in sxe_get_element_by_name() 252 char *name; in sxe_prop_dim_read() local 270 name = NULL; in sxe_prop_dim_read() 718 name = NULL; in sxe_property_get_adr() 1164 name = (char *) node->name; in sxe_get_prop_hash() 1165 if (!name) { in sxe_get_prop_hash() [all …]
|
/PHP-5.6/Zend/tests/ |
H A D | magic_by_ref_001.phpt | 7 function __set(&$name, $val) { } 11 $name = "prop"; 12 $t->$name = 1;
|
H A D | magic_by_ref_005.phpt | 7 function __isset(&$name) { } 11 $name = "prop"; 13 var_dump(isset($t->$name));
|
H A D | bug36214.phpt | 10 public function __set($name,$var) { 11 $this->stack[$name] = $var;return; 14 public function &__get($name) { 15 return $this->stack[$name];
|
H A D | ns_033.phpt | 2 033: Import statement with non-compound name 8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2 10 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug50698_3.wsdl | 183 <wsdl:portType name="EchoService"> 184 <wsdl:operation name="Echo"> 192 <wsdl:operation name="Echo"> 202 <wsdl:service name="EchoService-1"> 213 <wsdl:service name="EchoService-2"> 224 <wsdl:service name="EchoService-3"> 235 <wsdl:service name="EchoService-4"> 246 <wsdl:service name="EchoService-5"> 257 <wsdl:service name="EchoService-6"> 268 <wsdl:service name="EchoService-7"> [all …]
|
/PHP-5.6/Zend/ |
H A D | zend_ini.c | 199 while (p->name) { in zend_register_ini_entries() 206 if ((zend_get_configuration_directive(p->name, p->name_length, &default_value)) == SUCCESS) { in zend_register_ini_entries() 262 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) { in zend_alter_ini_entry_ex() 309 ZEND_API int zend_restore_ini_entry(char *name, uint name_length, int stage) /* {{{ */ in zend_restore_ini_entry() argument 314 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE || in zend_restore_ini_entry() 321 zend_hash_del(EG(modified_ini_directives), name, name_length); in zend_restore_ini_entry() 348 ZEND_API long zend_ini_long(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_long() argument 353 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) { in zend_ini_long() 365 ZEND_API double zend_ini_double(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_double() argument 406 ZEND_API char *zend_ini_string(char *name, uint name_length, int orig) /* {{{ */ in zend_ini_string() argument [all …]
|
H A D | zend_ini_parser.y | 134 static void zend_ini_get_constant(zval *result, zval *name TSRMLS_DC) in zend_ini_get_constant() 139 if (!memchr(Z_STRVAL_P(name), ':', Z_STRLEN_P(name)) in zend_ini_get_constant() 140 && zend_get_constant(Z_STRVAL_P(name), Z_STRLEN_P(name), &z_constant TSRMLS_CC)) { in zend_ini_get_constant() 147 free(Z_STRVAL_P(name)); in zend_ini_get_constant() 149 *result = *name; in zend_ini_get_constant() 156 static void zend_ini_get_var(zval *result, zval *name TSRMLS_DC) in zend_ini_get_var() 162 if (zend_get_configuration_directive(Z_STRVAL_P(name), Z_STRLEN_P(name)+1, &curval) == SUCCESS) { in zend_ini_get_var() 166 } else if ((envvar = zend_getenv(Z_STRVAL_P(name), Z_STRLEN_P(name) TSRMLS_CC)) != NULL || in zend_ini_get_var() 167 (envvar = getenv(Z_STRVAL_P(name))) != NULL) { in zend_ini_get_var()
|
H A D | zend_vm_gen.php | 303 if (isset($helpers[$name])) { 306 if (!isset($helpers[$name]["op1"][$op1]) && 307 isset($helpers[$name]["op1"]["ANY"])) { 310 if (!isset($helpers[$name]["op2"][$op2]) && 311 isset($helpers[$name]["op2"]["ANY"])) { 539 out($f,"case ".$name.":"); 1380 list($kind, $func, $name) = $dsk; 1384 $code = $opcodes[$opnames[$name]]['code']; 1386 $h = $helpers[$name]; 1405 $op = $opcodes[$opnames[$name]]; [all …]
|
/PHP-5.6/ext/spl/tests/ |
H A D | bug60201.phpt | 16 ["name"]=> 21 ["name"]=> 26 ["name"]=>
|
H A D | array_005.phpt | 9 private $name; 11 public function __construct($id, $name) 14 $this->name = $name; 19 return $this->id . ', ' . $this->name;
|
/PHP-5.6/ext/sybase_ct/tests/ |
H A D | test_fields.phpt | 42 'name' => 'id', 49 'name' => 'caption', 56 'name' => 'author', 63 'name' => 'lastchange', 71 'name' => 'caption',
|
/PHP-5.6/ext/reflection/tests/ |
H A D | ReflectionClass_getProperty_001.phpt | 64 [%u|b%"name"]=> 70 [%u|b%"name"]=> 79 [%u|b%"name"]=> 85 [%u|b%"name"]=> 94 [%u|b%"name"]=> 100 [%u|b%"name"]=> 109 [%u|b%"name"]=> 115 [%u|b%"name"]=> 124 [%u|b%"name"]=> 130 [%u|b%"name"]=> [all …]
|
H A D | ReflectionObject_constructor_basic.phpt | 18 ["name"]=> 22 ["name"]=> 26 ["name"]=>
|
/PHP-5.6/ext/dom/ |
H A D | domconfiguration.c | 32 ZEND_ARG_INFO(0, name) 37 ZEND_ARG_INFO(0, name) 41 ZEND_ARG_INFO(0, name)
|
H A D | processinginstruction.c | 33 ZEND_ARG_INFO(0, name) 57 char *name, *value = NULL; in PHP_METHOD() local 62 …SRMLS_CC, getThis(), "Os|s", &id, dom_processinginstruction_class_entry, &name, &name_len, &value,… in PHP_METHOD() 69 name_valid = xmlValidateName((xmlChar *) name, 0); in PHP_METHOD() 75 nodep = xmlNewPI((xmlChar *) name, (xmlChar *) value); in PHP_METHOD() 110 ZVAL_STRING(*retval, (char *) (nodep->name), 1); in dom_processinginstruction_target_read()
|
/PHP-5.6/ext/zip/lib/ |
H A D | zip_stat_index.c | 44 const char *name; in zip_stat_index() local 50 if ((name=zip_get_name(za, index, flags)) == NULL) in zip_stat_index() 84 st->name = name; in zip_stat_index()
|
/PHP-5.6/ext/standard/tests/file/ |
H A D | lstat_stat_variation18.phpt | 2 Test lstat() and stat() functions: usage variations - dir/file name stored in object 29 echo "*** Testing stat() with filename & directory name stored inside an object ***\n"; 33 public function names($name) { 34 $this->var_name = $name; 38 // directory name stored in an object 41 // file name stored in an object 48 echo "\n-- Testing stat() on directory name stored inside an object --\n"; 62 *** Testing stat() with filename & directory name stored inside an object *** 120 -- Testing stat() on directory name stored inside an object --
|
H A D | move_uploaded_file_basic.phpt | 9 content-disposition: form-data; name="field1" 13 content-disposition: form-data; name="file1"; filename="file1.txt" 18 content-disposition: form-data; name="file2"; filename="file2.txt" 36 echo "Original name of uploaded file\n"; 38 var_dump(move_uploaded_file($_FILES['file1']['name'], $destination2)); 63 Original name of uploaded file
|
H A D | rename_variation4.phpt | 16 /* Renaming a file, link and directory to numeric name */ 17 echo "\n*** Testing rename() by renaming a file, link and directory to numeric name ***\n"; 20 // renaming existing file to numeric name 30 // renaming a directory to numeric name 44 *** Testing rename() by renaming a file, link and directory to numeric name ***
|
H A D | tempnam_variation5-win32.phpt | 13 Description: Create file with unique file name. 30 echo "File name is => "; 48 File name is => %stempnam_variation6%et%s 50 File name is => %stempnam_variation6%et%s 52 File name is => %stempnam_variation6%et%s
|
H A D | tempnam_variation5.phpt | 11 Description: Create file with unique file name. 28 echo "File name is => "; 46 File name is => %stempnam_variation5%etempnam_variation5.tmp%s 48 File name is => %stempnam_variation5%etempnam_variation5.tmp%s 50 File name is => %stempnam_variation5%etempnam_variation5.tmp%s
|
/PHP-5.6/sapi/fpm/tests/ |
H A D | 016.phpt | 26 foreach($names as $name) { 28 [$name] 35 file_put_contents("$logdir/$name.conf", $poolcfg); 44 foreach($names as $name) { 47 echo "OK $name\n"; 83 foreach(glob("$logdir/*.conf") as $name) { 84 unlink($name);
|
/PHP-5.6/sapi/apache_hooks/ |
H A D | sapi_apache.c | 86 …php_register_variable("PHP_SELF_HOOK", handler->name, PG(http_globals)[TRACK_VARS_SERVER] TSRMLS_C… in apache_php_module_hook() 89 file_handle.filename = handler->name; in apache_php_module_hook() 93 if( (tmp = strstr(handler->name, "::")) != NULL && *(tmp+2) != '\0' ) { in apache_php_module_hook() 98 ZVAL_STRING(class, handler->name, 1); in apache_php_module_hook() 107 php_error(E_ERROR, "Unable to call %s - not a Class::Method\n", handler->name); in apache_php_module_hook()
|
/PHP-5.6/ext/soap/tests/schema/ |
H A D | schema033.phpt | 9 <complexType name="testType2"> 11 <element name="int" type="int"/> 14 <complexType name="testType"> 16 <element name="int" type="int"/> 17 <element name="nest" type="tns:testType2"/>
|