Home
last modified time | relevance | path

Searched refs:name (Results 501 – 525 of 1814) sorted by relevance

1...<<21222324252627282930>>...73

/PHP-7.0/ext/xmlreader/tests/
H A Dbug71805.phpt15 while (($lastRead = $XR->read()) && ($XR->name !== 'records'));
16 while (($lastRead = $XR->read()) && ($XR->name !== 'record'));
27 while (($lastRead = $XR->next()) && ($XR->name !== 'record'));
/PHP-7.0/ext/standard/tests/file/
H A Dis_uploaded_file_basic.phpt9 content-disposition: form-data; name="field1"
13 content-disposition: form-data; name="pics"; filename="file1.txt"
24 var_dump(is_uploaded_file($_FILES['pics']['name']));
H A Dcopy_variation16-win32.phpt63 echo "Destination file name is => ";
93 Destination file name is => %s/copy_variation16/copy_copy_variation16.tmp
100 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
107 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy_copy_variation16.tmp
114 Destination file name is => %s/copy_variation16/copy_variation16_sub/../copy_copy_variation16.tmp
121 Destination file name is => %s/copy_variation16/copy_variation16_sub/../copy_variation16_sub/copy_c…
128 Destination file name is => %s/copy_variation16/copy_variation16_sub/..///../copy_copy_variation16.…
142 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy variation16/copy_copy_var…
/PHP-7.0/ext/intl/tests/
H A Dbug72506.phpt13 // ASCII domain name with 255 characters
18 // ASCII domain name with 256 characters – one character added
23 // International domain name with cyrillic "ф" characters
/PHP-7.0/ext/xml/tests/
H A Dxml011.phpt9 function start_elem($parser,$name,$attribs) {
10 echo "<$name>";
14 echo "</$name>";
/PHP-7.0/ext/openssl/tests/
H A Dopenssl.cnf22 stateOrProvinceName = State or Province Name (full name)
28 commonName = Common Name (eg, YOUR name)
37 unstructuredName = An optional company name
/PHP-7.0/ext/standard/tests/filters/
H A Dbasic.phpt15 foreach ($names as $name) {
16 echo "filter: $name\n";
17 var_dump(stream_filter_prepend($fp, $name));
/PHP-7.0/ext/spl/tests/
H A DarrayObject_setIteratorClass_error1.phpt46 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from Iterat…
51 Warning: ArrayObject::setIteratorClass() expects parameter 1 to be a class name derived from Iterat…
55 string(113) "ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterato…
56 string(105) "ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterato…
/PHP-7.0/ext/standard/tests/array/
H A Darray_column_property_visibility.phpt11 public function __isset($name) {
14 public function __get($name) {
/PHP-7.0/ext/reflection/tests/
H A DReflectionMethod_getDeclaringClass_basic.phpt23 ["name"]=>
27 ["name"]=>
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_class_variation_002.phpt2 Test get_class() function : usage variations - ensure class name case is preserved.
6 * Description: Retrieves the class name
/PHP-7.0/tests/classes/
H A Dautoload_012.phpt5 function __autoload($name)
8 var_dump($name);
H A Dautoload_013.phpt7 function __autoload($name)
10 var_dump($name);
H A Dautoload_014.phpt7 function __autoload($name)
10 var_dump($name);
H A Dautoload_015.phpt7 function __autoload($name)
10 var_dump($name);
/PHP-7.0/tests/lang/
H A Dbug21669.phpt12 public $name = "Test";
14 $obj = new $this->name; /* Parse error */
/PHP-7.0/Zend/tests/
H A Dbug60613.phpt6 function __call($name, $arg) {
18 Fatal error: Method name must be a string in %sbug60613.php on line %d
H A Dbug75420.6.phpt11 $name = "foo";
12 var_dump(empty($obj->$name));
H A Dclass_name_as_scalar_error_001.phpt2 class name as scalar from ::class keyword error using static in class constant
13 Fatal error: static::class cannot be used for compile-time class name resolution in %s on line %d
H A Dclass_name_as_scalar_error_002.phpt2 class name as scalar from ::class keyword error using parent in class constant
13 Fatal error: parent::class cannot be used for compile-time class name resolution in %s on line %d
/PHP-7.0/Zend/tests/use_const/
H A Ddefine_imported_before.phpt2 using const with same name as defined should fail
18 Fatal error: Cannot use const foo\bar as bar because the name is already in use in %s on line %d
/PHP-7.0/Zend/tests/use_function/
H A Dcase_insensivity.phpt2 importing function with same name but different case should fail
13 Fatal error: Cannot use function foo\BAR as BAR because the name is already in use in %s on line %d
H A Ddefine_imported_before.phpt2 using function with same name as defined should fail
18 Fatal error: Cannot use function foo\bar as bar because the name is already in use in %s on line %d
/PHP-7.0/ext/mysqli/
H A Dphp_mysqli_structs.h233 #define REGISTER_MYSQLI_CLASS_ENTRY(name, mysqli_entry, class_functions) { \ argument
235 INIT_CLASS_ENTRY(ce, name,class_functions); \
262 php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(intern->zo.ce->name));\
267 …php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)…
276 php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(intern->zo.ce->name));\
281 …php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)…
291 …php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)…
301 …php_error_docref(NULL, E_WARNING, "invalid object or resource %s\n", ZSTR_VAL(intern->zo.ce->name)…
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_constants.phpt215 foreach ($consts as $name => $value) {
216 if (stristr($name, 'mysqli')) {
217 $name = strtoupper($name);
218 if (isset($expected_constants[$name])) {
219 unset($expected_constants[$name]);
221 $unexpected_constants[$name] = $name;

Completed in 44 milliseconds

1...<<21222324252627282930>>...73