Home
last modified time | relevance | path

Searched refs:first (Results 26 – 50 of 618) sorted by path

12345678910>>...25

/PHP-5.5/Zend/tests/generators/
H A Dgenerator_rewind.phpt2 A generator can only be rewinded before or at the first yield
/PHP-5.5/Zend/tests/
H A Dmagic_by_ref_001.phpt2 passing first parameter of __set() by ref
H A Dmagic_by_ref_006.phpt2 passing first parameter of __call() by ref
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
H A Dns_068.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
H A Dns_083.phpt14 Fatal error: Namespace declaration statement has to be the very first statement in the script in %s…
H A Dobjects_011.phpt2 redefining constructor (__construct first)
/PHP-5.5/Zend/tests/traits/
H A Dbug55355.phpt22 // A class on the first level in the
/PHP-5.5/Zend/
H A Dzend.h163 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
165 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
169 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
171 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
/PHP-5.5/
H A Dacinclude.m42452 dnl Check libc first if no path is provided in --with-iconv
H A Dconfigure.in4 dnl include Zend specific macro definitions first
790 dnl remove "none" when introducing the first incompatible LTP version an
/PHP-5.5/build/
H A Dlibtool.m4470 # So, first we look for a working echo in the user's PATH.
1513 # FIXME: first we should search . and the directory the executable is in
2281 # If it is relative, then search for the first ld in PATH.
2599 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
/PHP-5.5/ext/bcmath/
H A Dbcmath.c225 bc_num first, second, result; in PHP_FUNCTION() local
252 bc_free_num(&first); in PHP_FUNCTION()
266 bc_num first, second, result; in PHP_FUNCTION() local
292 bc_free_num(&first); in PHP_FUNCTION()
332 bc_free_num(&first); in PHP_FUNCTION()
378 bc_free_num(&first); in PHP_FUNCTION()
414 bc_free_num(&first); in PHP_FUNCTION()
457 bc_free_num(&first); in PHP_FUNCTION()
498 bc_free_num(&first); in PHP_FUNCTION()
550 bc_num first, second; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m430 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
56 # arguments. Must try -L first in case configure is actually a
112 dnl that is generated. We must strip everything past the first ":",
/PHP-5.5/ext/bz2/tests/
H A D002.phpt88 Warning: bzopen(): first parameter has to be string or file-resource in %s on line %d
93 Warning: bzopen(): first parameter has to be string or file-resource in %s on line %d
/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()
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_variation2.phpt29 // add same CURLOPT to the first handle
/PHP-5.5/ext/date/lib/
H A Dparse_date.re232 { "first", 0, 1 },
908 firstdayof = 'first day of';
929 reltextnumber = 'first'|'second'|'third'|'fourth'|'fifth'|'sixth'|'seventh'|'eight'|'eighth'|'ninth…
1031 /* skip "last day of" or "first day of" */
1076 if (i > 0) { /* first, second... etc */
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_construct_variation1.phpt2 Test DateTime::__construct() function : usage variation - Passing unexpected values to first argume…
11 echo "*** Testing DateTime::__construct() : usage variation - unexpected values to first argument …
113 *** Testing DateTime::__construct() : usage variation - unexpected values to first argument $timez…
H A DDateTimeZone_getOffset_variation1.phpt2 Test DateTimeZone::getOffset() function : usage variation - Passing unexpected values to first argu…
11 echo "*** Testing DateTimeZone::getOffset() : usage variation - unexpected values to first argumen…
111 *** Testing DateTimeZone::getOffset() : usage variation - unexpected values to first argument $dat…
H A DDateTime_construct_variation1.phpt2 Test new DateTime() function : usage variation - Passing unexpected values to first argument $time.
11 echo "*** Testing new DateTime(): usage variation - unexpected values to first argument \$time***\…
124 *** Testing new DateTime(): usage variation - unexpected values to first argument $time***
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

Completed in 88 milliseconds

12345678910>>...25