Home
last modified time | relevance | path

Searched refs:call (Results 201 – 225 of 299) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_variation9.phpt76 var_dump( strtr($values[$index], $values[$index], $values[$index]) ); //fn call with three args
77 var_dump( strtr($values[$index], $values[$index]) ); //fn call with two args
H A Djoin_variation3.phpt47 // loop through each $pieces_arrays element and call join()
H A Dsetlocale_basic3.phpt75 // call setlocale()
/PHP-5.5/Zend/
H A Dmicro_bench.php119 function call($n) { function in Foo
334 $x->call(N);
H A DZEND_CHANGES338 not. If not, it will call a default __clone() which will copy
381 for classes. Classes which have a constructor method call this
387 common to call parent constructors from derived classes, the way
460 one would have to explicitly call parent::__destruct() in the
900 Note that setting [] results in a call to offsetSet() with
974 $str = (string) $obj; // call __toString()
976 echo $obj; // call __toString()
1084 This complex name has a simple explanation - you can now call
1123 * Ability to call member functions of other classes from within
1127 child function, and call the parent function from it.
[all …]
/PHP-5.5/ext/pdo/tests/
H A Dpdo_014.phpt36 /*** HINT: If YOU plan to do so remember not to call rewind() -> see below ***/
/PHP-5.5/ext/standard/tests/file/
H A Dbug38450_2.phpt107 Warning: fopen(var://myvar): failed to open stream: "VariableStream::stream_open" call failed in %s…
H A Dinclude_userstream_002.phpt104 Warning: include(test2://hello): failed to open stream: "test::stream_open" call failed in %sinclud…
H A Duserstreams.phpt21 call me what you will
37 call me what you will
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_disable.phpt34 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
H A Dmysql_pconn_reuse.phpt45 printf("[004] Looks like the second call to pconnect() did not give us the same connection.\n");
/PHP-5.5/ext/mysqli/tests/
H A D015.phpt47 printf("[007] Cannot call rollback, [%d] %s\n",
H A Dmysqli_stmt_reset.phpt16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
H A Dmysqli_last_insert_id.phpt11 CAUTION: the insert_id() API call is not supposed to return
12 the same value as a call to the LAST_INSERT_ID() SQL function.
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt29 string(23) "Interrupted system call"
110 string(43) "Interrupted system call should be restarted"
/PHP-5.5/ext/spl/internal/
H A Dappenditerator.inc35 * call to $it->rewind(). Also if the current state is invalid the inner
H A Diteratoriterator.inc38 * since IteratorIterator::__construct() would call SomeClass::getIterator().
H A Dcachingiterator.inc45 * - CALL_TOSTRING (whether to call __toString() for every element)
/PHP-5.5/ext/standard/tests/array/
H A Dksort_variation3.phpt48 // loop through $flags array and call ksort() with all possible sort flag values
H A Dkrsort_variation3.phpt48 // loop through $flags array and call krsort() with all possible sort flag values
H A Darray_rand_variation4.phpt12 * the 'input' parameter in the function call
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt41 PDO->errorCode() will not reflect that error. You must call
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI10 You don't have to call it explicitly, because it is called in onig_new().
17 don't call this after the pattern argument of onig_new() is freed.
332 Iterate function call for all names.
595 before onig_end() call.
/PHP-5.5/ext/com_dotnet/
H A DREADME20 Where the foo[43] access triggers an exception will continue to call the bar()
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt6 …scription: Turn implicit flush on/off and is equivalent to calling flush() after every output call

Completed in 26 milliseconds

12345678910>>...12