Home
last modified time | relevance | path

Searched refs:first (Results 226 – 250 of 473) sorted by relevance

12345678910>>...19

/PHP-8.1/ext/dom/
H A Dcharacterdata.c188 xmlChar *cur, *first, *second; in PHP_METHOD() local
216 first = xmlUTF8Strndup(cur, (int)offset); in PHP_METHOD()
220 xmlNodeSetContent(node, first); in PHP_METHOD()
224 xmlFree(first); in PHP_METHOD()
/PHP-8.1/Zend/
H A Dzend_portability.h212 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
214 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
218 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
220 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
/PHP-8.1/ext/dom/tests/
H A DDOMComment_construct_basic_001.phpt12 $comment = new DOMComment("This is the first comment.");
H A Dphp_function_edge_cases.phpt27 Function name must be passed as the first argument
/PHP-8.1/ext/simplexml/tests/
H A D009b.phpt12 <elem1 attr1='first'>Bla bla 1.<!-- comment --><elem2>
H A D008.phpt12 <elem1 attr1='first'>
/PHP-8.1/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt2 Test http_build_query() function: usage variations - first arguments as object
/PHP-8.1/ext/mbstring/tests/
H A Dmb_ereg_search.phpt26 $r = mb_ereg_search_getregs(); //get first result
/PHP-8.1/ext/date/tests/
H A Dtimezones.phpt11 //now the first and the last one
/PHP-8.1/ext/spl/tests/
H A Drecursiveiteratoriterator_enditeration_basic.phpt2 SPL: RecursiveIteratorIterator::endIteration() is called when ::valid() first returns false
H A Dbug42654_2.phpt11 case 'key1': // first level
H A DSplDoublyLinkedList_offsetExists_success.phpt13 // Validate that we can see the first value
/PHP-8.1/sapi/cgi/tests/
H A Dbug61605.phpt11 header("A: first");
/PHP-8.1/Zend/tests/
H A Dbug26802.phpt25 * call foo::fail. In PHP 5 we first evaluate static class
/PHP-8.1/ext/phar/tests/
H A Dphar_buildfromdirectory2.phpt2 Phar::buildFromDirectory() - non-directory passed as first parameter
/PHP-8.1/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt44 // object has index = 0, netherless its position is the first
49 // stream resource has index = 0, netherless its position is the first
/PHP-8.1/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt16 //first() and last() don't read codepoint and set the last code point var to -1
19 $p = $codepoint_it->first();
H A Dresourcebundle_null_mandatory_args.phpt2 ResourceBundle constructor bundle accepts NULL for first two arguments
/PHP-8.1/ext/dba/tests/
H A Ddba015.phpt39 echo "Test 4 - fetch both rows from first resource\n";
66 Test 4 - fetch both rows from first resource
H A Ddba_db4_018.phpt39 echo "Test 4 - fetch both rows from first resource\n";
68 Test 4 - fetch both rows from first resource
/PHP-8.1/ext/standard/tests/streams/
H A Dbug60455_01.phpt7 //flag the first time. This is why we need to use sockets.
/PHP-8.1/sapi/cli/tests/
H A Dbug61679.phpt29 // Only echo the first line from the response,
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_print.c277 bool first = 1; in phpdbg_print_opcodes_ce() local
295 if (first) { in phpdbg_print_opcodes_ce()
296 first = 0; in phpdbg_print_opcodes_ce()
302 if (first) { in phpdbg_print_opcodes_ce()
/PHP-8.1/ext/standard/tests/file/
H A Dbug81223.phpt2 Bug #81223 (flock() only locks first byte of file)
/PHP-8.1/ext/gd/tests/
H A Dbug67447.phpt18 imagecolorallocate($image, 0, 0, 255); // first palette color = background

Completed in 43 milliseconds

12345678910>>...19