Home
last modified time | relevance | path

Searched refs:any (Results 326 – 350 of 401) sorted by relevance

1...<<11121314151617

/PHP-7.4/Zend/
H A Dzend_strtod.c4427 int any = 0; in zend_hex_strtod() local
4445 any = 1; in zend_hex_strtod()
4450 *endptr = any ? s - 1 : str; in zend_hex_strtod()
4461 int any = 0; in zend_oct_strtod() local
4481 any = 1; in zend_oct_strtod()
4485 *endptr = any ? s - 1 : str; in zend_oct_strtod()
4496 int any = 0; in zend_bin_strtod() local
4513 any = 1; in zend_bin_strtod()
4523 *endptr = (char *)(any ? s - 1 : str); in zend_bin_strtod()
H A DREADME.md56 use any combination of the following op_types UNUSED, CONST, VAR, TMP and CV
/PHP-7.4/
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
250 Update any open bugs and add a link to the source of your change. Send the patch
311 2. Discuss any significant changes on the list before committing and get
357 fixes, improvements, etc., should go into the NEWS file of *any stable
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt24 die('skip unable to join multicast group on any interface.');
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation10.phpt2 SplFileObject::fputcsv(): Usage variations -- with line without any CSV fields
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_assoc_variation1.phpt7 * in any of the others arguments but do additional checks whether the keys are equal
H A Darray_diff_assoc_variation2.phpt7 * in any of the others arguments but do additional checks whether the keys are equal
H A Darray_diff_variation1.phpt7 * present in any of the others arguments.
H A Darray_diff_variation2.phpt7 * not present in any of the others arguments.
H A Darray_uintersect_assoc_variation1.phpt13 // Initialise function arguments not being substituted (if any)
H A Darray_uintersect_assoc_variation2.phpt13 // Initialise function arguments not being substituted (if any)
H A Darray_uintersect_assoc_variation4.phpt13 // Initialise function arguments not being substituted (if any)
H A Darray_uintersect_uassoc_variation1.phpt13 // Initialise function arguments not being substituted (if any)
H A Darray_uintersect_uassoc_variation2.phpt13 // Initialise function arguments not being substituted (if any)
H A Darray_uintersect_uassoc_variation5.phpt13 // Initialise function arguments not being substituted (if any)
H A Darray_uintersect_variation1.phpt13 // Initialise function arguments not being substituted (if any)
H A Darray_uintersect_variation2.phpt13 // Initialise function arguments not being substituted (if any)
H A Darray_uintersect_variation4.phpt13 // Initialise function arguments not being substituted (if any)
/PHP-7.4/ext/standard/tests/file/
H A Dfputcsv_variation10.phpt2 Test fputcsv() : usage variations - with line without any csv fields
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m441 # option) any later version.
/PHP-7.4/ext/ctype/tests/
H A Dctype_graph_variation2.phpt8 * Description: Checks for any printable character(s) except space
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_report_wo_ps.phpt60 // Check that none of the above would have caused any error messages if MYSQL_REPORT_ERROR would
H A Dmysqli_autocommit.phpt40 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_autocommit_oo.phpt29 printf("[002] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt49 echo hash('crc32c', "There is no reason for any individual to have a computer in their home. -Ken O…

Completed in 62 milliseconds

1...<<11121314151617