Home
last modified time | relevance | path

Searched refs:original (Results 76 – 100 of 139) sorted by relevance

123456

/PHP-8.3/Zend/tests/
H A Dbug48899-deprecated.phpt2 Bug #48899 (is_callable returns true even if method does not exist in parent class) [original test …
H A Dclass_name_as_scalar.phpt44 $x = new $class; // create new class from original scalar assignment
/PHP-8.3/ext/date/tests/
H A Dbug54851.phpt28 // - when the day is not the same as the day on the original date:
35 // - when the day *is* the same as the day on the original date:
/PHP-8.3/ext/random/tests/01_functions/
H A Dmt_rand_value.phpt34 * Note that the output will be different from the original mt19937ar.c,
/PHP-8.3/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt2 libxml_set_external_entity_loader() variation: restore original handler; returning NULL
/PHP-8.3/ext/curl/tests/
H A Dcurl_copy_handle_basic_006.phpt29 …curl_close($ch); // cannot close original handle before curl_exec($copy) since it causes char * in…
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt21 …/* Done with the original connection, create a second link to test the character set being defined…
/PHP-8.3/ext/phar/tests/
H A Dphpinfo_002.phpt34 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
H A Dphar_metadata_write3.phpt50 echo "Calling getMetadata with no options returns the original metadata value\n";
96 Calling getMetadata with no options returns the original metadata value
H A Dphpinfo_003.phpt34 Phar based on pear/PHP_Archive, original concept by Davey Shafik.
H A Dphpinfo_004.phpt41 Phar based on pear/PHP_Archive, original concept by Davey Shafik.<br />Phar fully realized by Grego…
63 Phar based on pear/PHP_Archive, original concept by Davey Shafik.<br />Phar fully realized by Grego…
/PHP-8.3/sapi/cli/tests/
H A Dcli_process_title_windows.phpt19 // back to the original once shell_exec is done.
49 // a final php.exe to run the actual test. But the console title is set for the original console.
/PHP-8.3/ext/mbstring/libmbfl/
H A DREADME.md6 The original version of libmbfl is developed and distributed at
10 The libmbfl library is bundled with PHP as a fork of the original repository and
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt62 …printf("[008] Cannot find original file content any more. Seems that the trace file got overwritte…
73 …printf("[011] Cannot find original file content any more. Seems that the trace file got overwritte…
/PHP-8.3/ext/dom/
H A Dxpath.c110 xmlNsPtr original = (xmlNsPtr) node; in dom_xpath_ext_function_php() local
117 node = php_dom_create_fake_namespace_decl(nsparent, original, &child, parent_intern); in dom_xpath_ext_function_php()
429 xmlNsPtr original = (xmlNsPtr) node; in php_xpath_eval() local
436 node = php_dom_create_fake_namespace_decl(nsparent, original, &child, parent_intern); in php_xpath_eval()
H A Dphp_dom.c94 static xmlNodePtr php_dom_create_fake_namespace_decl_node_ptr(xmlNodePtr nodep, xmlNsPtr original);
496 clone->document = original->document; in dom_update_refcount_after_clone()
500 if (original->document != clone->document) { in dom_update_refcount_after_clone()
501 dom_copy_doc_props(original->document, clone->document); in dom_update_refcount_after_clone()
1683 static xmlNodePtr php_dom_create_fake_namespace_decl_node_ptr(xmlNodePtr nodep, xmlNsPtr original) in php_dom_create_fake_namespace_decl_node_ptr() argument
1686 xmlNsPtr curns = xmlNewNs(NULL, original->href, NULL); in php_dom_create_fake_namespace_decl_node_ptr()
1687 if (original->prefix) { in php_dom_create_fake_namespace_decl_node_ptr()
1688 curns->prefix = xmlStrdup(original->prefix); in php_dom_create_fake_namespace_decl_node_ptr()
1689 attrp = xmlNewDocNode(nodep->doc, NULL, (xmlChar *) original->prefix, original->href); in php_dom_create_fake_namespace_decl_node_ptr()
1691 attrp = xmlNewDocNode(nodep->doc, NULL, (xmlChar *)"xmlns", original->href); in php_dom_create_fake_namespace_decl_node_ptr()
[all …]
/PHP-8.3/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt37 /* Close duplicated socket, the original is still valid. */
/PHP-8.3/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc2 // stolen from PEAR2_Pyrus_Developer_Creator_Zip by Greg Beaver, the original author, for use in un…
/PHP-8.3/Zend/tests/function_arguments/
H A Dsensitive_parameter_correctly_captures_original.phpt2 The SensitiveParameterValue replacement value correctly captures the original value.
/PHP-8.3/ext/standard/tests/file/
H A Dfile_put_contents_variation9.phpt20 // link files even though it original file doesn't exist yet
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt17 $ref1 = "ref1.original";
38 $ref2 = "ref1.original";
83 string(13) "ref1.original"
/PHP-8.3/ext/ldap/
H A Dconfig.m498 dnl Save original values
131 dnl Restore original values
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt40 echo "-- Adopt node to the original document --\n";
135 -- Adopt node to the original document --
/PHP-8.3/Zend/
H A DREADME.md131 At last you can debug the executor using the original `zend_vm_def.h` or the
132 generated `zend_vm_execute.h` file. Debugging with the original file requires
/PHP-8.3/ext/oci8/tests/
H A Dpassword.phpt38 // Despite using the old password this connect should succeed and return the original resource

Completed in 45 milliseconds

123456