Home
last modified time | relevance | path

Searched refs:first (Results 426 – 450 of 501) sorted by relevance

1...<<1112131415161718192021

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt88 return the AUTO_INCREMENT key from the first of the inserted rows. This allows
/PHP-7.4/ext/dom/
H A Dnode.c450 xmlNode *nodep, *first = NULL; in dom_node_first_child_read() local
460 first = nodep->children; in dom_node_first_child_read()
463 if (!first) { in dom_node_first_child_read()
468 php_dom_create_object(first, retval, obj); in dom_node_first_child_read()
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c1205 static int first = 1; in get_type_str_mapping() local
1206 if (first) { in get_type_str_mapping()
1221 first = 0; in get_type_str_mapping()
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos_variation2.phpt6 * Description: Find position of first occurrence of a case-insensitive string
H A Dstrpos.phpt8 Description: Find position of first occurrence of a string
155 var_dump( strpos($string, "abcd", 72) ); // 72 -> "\n" in the first line
H A Dstrcspn_variation7.phpt29 first line of heredoc string
H A Dstrspn_variation7.phpt29 first line of heredoc string
H A Dstripos_variation10.phpt6 * Description: Find position of first occurrence of a case-insensitive string
/PHP-7.4/ext/standard/tests/array/
H A Darray_combine_variation3.phpt6 * Description: Creates an array by using the elements of the first parameter as keys
H A Darray_merge_recursive_variation2.phpt17 // initialise the first argument
H A Darray_diff_uassoc_variation1.phpt2 Test array_diff_uassoc() function : usage variation - Passing unexpected values to first argument
/PHP-7.4/Zend/
H A DREADME.md124 `zend_vm_opcodes.h` and `zend_vm_execute.h`. The first file is a list of opcode
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c509 sljit_s32 i, zeros, ones, first; in load_immediate() local
560 first = 1; in load_immediate()
568 if (first) { in load_immediate()
569 first = 0; in load_immediate()
584 if (first) { in load_immediate()
585 first = 0; in load_immediate()
/PHP-7.4/ext/standard/tests/file/
H A Dfwrite_variation4-win32.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_variation4.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_variation3.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_variation3-win32.phpt15 written or the end of string reached, whichever comes first.
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt17 // Emulated PS first
/PHP-7.4/docs/
H A Dself-contained-extensions.md94 The first argument of `PHP_NEW_EXTENSION` describes the name of the extension.
/PHP-7.4/ext/phar/tests/
H A Dphar_convert_again.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
/PHP-7.4/ext/date/tests/
H A DDateTime_data-fall-type2-type2.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
H A DDateTime_data-fall-type2-type3.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m49 dnl first arg - version as 11, 14 or 17
29 [m4_fatal([invalid first argument `$1' to PHP_CXX_COMPILE_STDCXX])])dnl
/PHP-7.4/
H A DCONTRIBUTING.md62 the first time you've filed a bug, we suggest reading the
320 5. If you don't know how to do something, ask first!
350 1. All non-security bugfix changes should first go to the lowest bugfix branch
H A DCODING_STANDARDS.md315 To reduce the problems normally associated with the first public implementation
316 of a new set of functions, it has been suggested that the first implementation

Completed in 57 milliseconds

1...<<1112131415161718192021