Home
last modified time | relevance | path

Searched refs:current (Results 226 – 250 of 542) sorted by relevance

12345678910>>...22

/PHP-5.3/ext/standard/tests/class_object/
H A Dget_parent_class_variation_001.phpt6 * Description: Retrieves the parent class name for object or class or current scope.
/PHP-5.3/ext/standard/tests/dir/
H A Dchdir_error2.phpt6 * Description: Change the current directory
H A Dgetcwd_basic.phpt6 * Description: Gets the current directory
H A Dgetcwd_error.phpt6 * Description: Gets the current directory
/PHP-5.3/ext/session/tests/
H A Dsession_save_path_basic.phpt16 * Description : Get and/or set the current session save path
H A Dsession_encode_variation2.phpt14 * Description : Encodes the current session data as a string
H A Dsession_id_error4.phpt15 * Description : Get and/or set the current session id
H A Dsession_module_name_basic.phpt12 * Description : Get and/or set the current session module
H A Dsession_name_variation2.phpt14 * Description : Get and/or set the current session name
H A Dsession_module_name_variation2.phpt12 * Description : Get and/or set the current session module
H A Dsession_cache_limiter_variation1.phpt14 * Description : Get and/or set the current cache limiter
H A Dsession_cache_limiter_variation2.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_encode_variation4.phpt12 * Description : Encodes the current session data as a string
H A Dsession_id_basic.phpt12 * Description : Get and/or set the current session id
H A Dsession_name_basic.phpt15 * Description : Get and/or set the current session name
/PHP-5.3/ext/spl/tests/
H A Diterator_030.phpt25 var_dump($it->current());
H A Diterator_052.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
H A Diterator_053.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
/PHP-5.3/tests/output/
H A Dob_clean_error_001.phpt6 * Description: Clean (delete) the current output buffer
H A Dob_end_flush_error_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
/PHP-5.3/ext/intl/tests/
H A Dcollator_get_set_attribute.phpt14 * Return current normalication mode.
/PHP-5.3/main/
H A DSAPI.c511 zend_llist_element *current=l->head; in sapi_remove_header() local
513 while (current) { in sapi_remove_header()
514 header = (sapi_header_struct *)(current->data); in sapi_remove_header()
515 next = current->next; in sapi_remove_header()
518 if (current->prev) { in sapi_remove_header()
519 current->prev->next = next; in sapi_remove_header()
524 next->prev = current->prev; in sapi_remove_header()
526 l->tail = current->prev; in sapi_remove_header()
529 efree(current); in sapi_remove_header()
532 current = next; in sapi_remove_header()
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_010.phpt26 var_dump($r->current());
/PHP-5.3/ext/dom/tests/
H A Ddomelement.phpt70 $current = $myelements->item($x);
71 $current->setAttributeNS('urn::dummyns', 'newns:idatt', 'n'.($x+2))."\n";
72 $current->setIdAttributeNS('urn::dummyns', 'idatt', TRUE);
/PHP-5.3/ext/mbstring/tests/
H A Dmb_regex_encoding_basic.phpt11 * Description: Returns the current encoding for regex as a string.

Completed in 32 milliseconds

12345678910>>...22