Home
last modified time | relevance | path

Searched refs:first (Results 526 – 550 of 618) sorted by relevance

1...<<2122232425

/PHP-5.5/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
H A DDateTime_data-fall-type3-type2.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
H A Ddate_sunrise_variation1.phpt2 Test date_sunrise() function : usage variation - Passing unexpected values to first argument time.
H A Ddate_sunset_variation1.phpt2 Test date_sunset() function : usage variation - Passing unexpected values to first argument time.
/PHP-5.5/ext/phar/tests/
H A Dphar_convert_again.phpt16 $stub = '<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation7.phpt29 first line of heredoc string
H A Dstrcspn_variation7.phpt29 first line of heredoc string
H A Dstrncasecmp_variation6.phpt6 * Description: Binary safe case-insensitive string comparison of the first n characters
/PHP-5.5/ext/standard/tests/array/
H A Duksort_variation2.phpt157 Warning: uksort() expects parameter 2 to be a valid callback, first array member is not a valid cla…
H A Darray_uintersect_assoc_variation3.phpt164 Warning: array_uintersect_assoc() expects parameter 3 to be a valid callback, first array member is…
H A Darray_diff_key_variation1.phpt2 Test array_diff_key() function : usage variation - Passing unexpected values to first argument
H A Darray_diff_uassoc_variation3.phpt171 Warning: array_diff_uassoc() expects parameter 3 to be a valid callback, first array member is not …
H A Darray_diff_ukey_variation1.phpt2 Test array_diff_ukey() function : usage variation - Passing unexpected values to first argument
H A Darray_intersect_key_variation1.phpt2 Test array_intersect_key() function : usage variation - Passing unexpected values to first argument
H A Darray_intersect_uassoc_variation1.phpt2 Test array_intersect_uassoc() function : usage variation - Passing unexpected values to first argum…
H A Darray_intersect_ukey_variation1.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to first argument
/PHP-5.5/
H A DCODING_STANDARDS272 To reduce the problems normally associated with the first public
274 that the first implementation include a file labeled 'EXPERIMENTAL'
/PHP-5.5/ext/phar/
H A DTODO69 X rework filename detection so that alias is always checked first [Greg]
/PHP-5.5/ext/standard/tests/file/
H A Dfwrite_variation3-win32.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_basic-win32.phpt15 written or the end of string reached, whichever comes first.
H A Dfwrite_basic.phpt15 written or the end of string reached, whichever comes first.
/PHP-5.5/ext/gd/libgd/
H A Dgd.c275 int first = 1; in gdImageColorClosestAlpha() local
292 if (first || (dist < mindist)) { in gdImageColorClosestAlpha()
295 first = 0; in gdImageColorClosestAlpha()
441 int first = 1; in gdImageColorClosestHWB() local
452 if (first || (dist < mindist)) { in gdImageColorClosestHWB()
455 first = 0; in gdImageColorClosestHWB()
/PHP-5.5/ext/curl/
H A Dinterface.c2588 struct HttpPost *first = NULL; in _php_curl_setopt() local
2641 error = curl_formadd(&first, &last, in _php_curl_setopt()
2680 error = curl_formadd(&first, &last, in _php_curl_setopt()
2694 error = curl_formadd(&first, &last, in _php_curl_setopt()
2715 zend_llist_add_element(&ch->to_free->post, &first); in _php_curl_setopt()
2716 error = curl_easy_setopt(ch->cp, CURLOPT_HTTPPOST, first); in _php_curl_setopt()

Completed in 88 milliseconds

1...<<2122232425