Home
last modified time | relevance | path

Searched refs:common (Results 151 – 175 of 257) sorted by relevance

1234567891011

/PHP-7.0/ext/standard/tests/file/
H A Dfgetss_basic1.phpt12 // include the common file related test functions
H A Dfgetss_variation4.phpt15 // include the common file related test functions
H A Dfgetss_variation1-win32.phpt22 // include the common file related test functions
H A Dfgetss_variation1.phpt22 // include the common file related test functions
H A Dfile.inc2 /* Header file for common file test functions
158 $name_prefix = common name prefix, default is "file"
159 $name_suffix = suffix to end the common name given in name_prefix to create
H A Dfseek_ftell_rewind_variation5.phpt15 // include the file.inc for common functions for test
H A Dfgets_variation5.phpt10 // include the file.inc for common test funcitons
H A Dfseek_ftell_rewind_variation1.phpt15 // include the file.inc for common functions for test
H A Dfseek_ftell_rewind_variation6-win32.phpt20 // include the file.inc for common functions for test
/PHP-7.0/ext/dba/
H A DREADME5 such, functionality is limited to a common subset of features supported
/PHP-7.0/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt83 // finding a common locale in commonly used locale stored in
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt40 // common output file
/PHP-7.0/ext/pdo_oci/tests/
H A Dbug57702.phpt13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-7.0/ext/mbstring/tests/
H A Dmb_strpos.phpt11 include_once('common.inc');
H A Dmb_stripos.phpt14 include_once('common.inc');
/PHP-7.0/Zend/
H A Dzend.h63 !ZEND_USER_CODE(EX(prev_execute_data)->func->common.type) || \
/PHP-7.0/sapi/fpm/
H A Dphp-fpm.conf.in35 ; which must suit common needs.
/PHP-7.0/ext/pcre/tests/
H A Dpreg_match_error4.phpt183 "name": "doctrine\\/common",
845 "doctrine\\/common": "v2.6.1",
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c183 …n=\"%s\"", "The function requested (%s) is not user defined", ZSTR_VAL(fbc->common.function_name)); in phpdbg_list_function()
H A Dphpdbg_prompt.c1643 … EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { \
1664 … && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execute_data)->func->common.type) \
1719 if (!prev_ex->func || !ZEND_USER_CODE(prev_ex->func->common.type)) { in phpdbg_execute_ex()
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-7.0/
H A DREADME.SELF-CONTAINED-EXTENSIONS107 ext_skel can be of great help when creating the common code for all modules
/PHP-7.0/ext/spl/
H A Dspl_iterators.c420 …if (!EG(exception) && (!object->endChildren || object->endChildren->common.scope != spl_ce_Recursi… in spl_recursive_it_rewind_ex()
556 if (intern->beginIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
560 if (intern->endIteration->common.scope == ce_base) { in spl_recursive_it_it_construct()
564 if (intern->callHasChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
568 if (intern->callGetChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
572 if (intern->beginChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
576 if (intern->endChildren->common.scope == ce_base) { in spl_recursive_it_it_construct()
580 if (intern->nextElement->common.scope == ce_base) { in spl_recursive_it_it_construct()
H A Dspl_heap.c425 if (intern->fptr_cmp->common.scope == parent) { in spl_heap_object_new_ex()
429 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
/PHP-7.0/ext/readline/
H A Dreadline_cli.c467 retval = strdup(ZSTR_VAL(func->common.function_name)); in cli_completion_generator_func()

Completed in 118 milliseconds

1234567891011