Home
last modified time | relevance | path

Searched refs:a (Results 3651 – 3675 of 6311) sorted by relevance

1...<<141142143144145146147148149150>>...253

/PHP-5.5/ext/session/tests/
H A D025.phpt17 …public $data = 'baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:1;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"…
119 WRITE: abtest, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:2;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"ba…
139 WRITE: abtest, baz|O:3:"foo":2:{s:3:"bar";s:2:"ok";s:3:"yes";i:3;}arr|a:1:{i:3;O:3:"foo":2:{s:3:"ba…
/PHP-5.5/ext/standard/tests/math/
H A Dexpm1_variation1.phpt9 * Description: Returns exp(number) - 1, computed in a way that is accurate even
26 // get a class
31 // get a resource variable
/PHP-5.5/ext/standard/tests/strings/
H A Dbasename_basic.phpt6 Description: Given a string containing a path to a file,
H A Dstrrchr_variation11.phpt6 * Description: Finds the last occurrence of a character in a string.
18 // declaring a class
/PHP-5.5/ext/standard/tests/array/
H A Drange_errors.phpt12 var_dump( range("a", "b", 0) );
16 var_dump( range("b", "a", 0) );
29 var_dump( range("a", "j", "z") );
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strpos_variation2.phpt11 * Description: Find position of first occurrence of a string within another
30 // get a class
43 // get a resource variable
H A Dmb_strripos_basic.phpt11 * Description: Finds position of last occurrence of a string within another, case insensitive
38 //flag a swap between good and bad
67 '!', // used to flag a swap between good and bad
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation32.phpt8 Description: Parses input from a file according to a format
17 // create a file
H A Dfscanf_variation38.phpt8 Description: Parses input from a file according to a format
17 // create a file
H A Dtempnam_variation3.phpt32 /* prefix with path separator of a non existing directory*/
104 Warning: tempnam() expects parameter 2 to be a valid path, string given in %s on line %d
110 Warning: tempnam() expects parameter 2 to be a valid path, array given in %s on line %d
H A Dtempnam_variation7-win32.phpt18 /* An array of names, which will be passed as a dir name */
93 Warning: tempnam() expects parameter 1 to be a valid path, string given in %stempnam_variation7-win…
99 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dtempnam_variation7.phpt18 /* An array of names, which will be passed as a dir name */
98 Warning: tempnam() expects parameter 1 to be a valid path, string given in %s on line %d
104 Warning: tempnam() expects parameter 1 to be a valid path, array given in %s on line %d
H A Dfclose_variation1.phpt13 Warning: fread(): %d is not a valid stream resource in %s on line %d
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c41 #define phpapdebug(a) fprintf a argument
43 #define phpapdebug(a) argument
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_variation2.phpt11 * Description: Decodes a mime header field
31 // get a class
44 // get a resource variable
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc33 * Constructs a new file object
153 * @note a new line character does not increase $this->lnum
172 /** Get a line from the file and strip HTML tags
295 * @note fgetc() will increase the line number when reaing a new line char.
296 * This has the effect key() called on a read a new line will already
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation11.phpt30 if($a == true) {
31 echo "$a = true";
33 elseif($a == false) {
117 string(2) "$a"
205 string(2) "$a"
260 string(2) "$a"
/PHP-5.5/ext/oci8/tests/
H A Dbind_misccoltypes.phpt235 echo "\nTEST58 insert a VARCHAR2\n";
244 echo "\nTEST59 insert a VARCHAR2\n";
253 echo "\nTEST60 insert a date\n";
343 TEST58 insert a VARCHAR2
352 TEST59 insert a VARCHAR2
361 TEST60 insert a date
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c43 static struct timeval subtract_timeval( struct timeval a, struct timeval b );
44 static int compare_timeval( struct timeval a, struct timeval b );
343 struct timeval subtract_timeval( struct timeval a, struct timeval b ) in subtract_timeval() argument
347 difference.tv_sec = a.tv_sec - b.tv_sec; in subtract_timeval()
348 difference.tv_usec = a.tv_usec - b.tv_usec; in subtract_timeval()
350 if (a.tv_usec < b.tv_usec) { in subtract_timeval()
358 int compare_timeval( struct timeval a, struct timeval b ) in compare_timeval() argument
360 if (a.tv_sec > b.tv_sec || (a.tv_sec == b.tv_sec && a.tv_usec > b.tv_usec) ) { in compare_timeval()
362 } else if( a.tv_sec == b.tv_sec && a.tv_usec == b.tv_usec ) { in compare_timeval()
/PHP-5.5/ext/spl/tests/
H A Dsplpriorityqueue_extract.phpt13 $sp->extract(1); // Should throw a warning as extract expects NO arguments
H A Dregexiterator_setpregflags.phpt22 $rege = '/^a/';
H A DSplPriorityQueue_insert_invalid_parameter.phpt2 Check that SplPriorityQueue::insert generate a warning and returns NULL when rubbish params are pas…
/PHP-5.5/ext/libxml/tests/
H A Dbug63389.phpt9 libxml_set_streams_context("a");
/PHP-5.5/ext/posix/tests/
H A Dposix_getrlimit_basic.phpt18 %a
/PHP-5.5/ext/standard/tests/misc/
H A Dtime_nanosleep_error5.phpt2 time_nanosleep — Delay for a number of seconds and nanoseconds

Completed in 38 milliseconds

1...<<141142143144145146147148149150>>...253