Home
last modified time | relevance | path

Searched refs:other (Results 226 – 250 of 328) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt28 * of the stream contents. Binding other streams will attempt to bind
/PHP-7.4/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt17 // other types in an array
H A Dis_array.phpt46 // other types in a array
H A Dfloatval.phpt60 // other types in an array
H A Dis_object.phpt111 // other types in a array
/PHP-7.4/ext/standard/tests/strings/
H A Ducwords_variation3.phpt33 // using other white spaces
H A Ducwords_variation4.phpt35 // using other white spaces
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt119 … and PDO::ATTR_EMULATE_PREPARES overrules the other, PDO::MYSQL_ATTR_DIRECT_QUERY should be on\n");
128 …and PDO::ATTR_EMULATE_PREPARES overrules the other, PDO::MYSQL_ATTR_DIRECT_QUERY should be off\n");
H A Dpdo_mysql_commit.phpt54 // Ok, lets check MyISAM resp. any other non-transactional engine
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c226 spl_fixedarray_object *other = Z_SPLFIXEDARRAY_P(orig); in spl_fixedarray_object_new_ex() local
227 intern->ce_get_iterator = other->ce_get_iterator; in spl_fixedarray_object_new_ex()
228 spl_fixedarray_init(&intern->array, other->array.size); in spl_fixedarray_object_new_ex()
229 spl_fixedarray_copy(&intern->array, &other->array); in spl_fixedarray_object_new_ex()
/PHP-7.4/ext/standard/tests/array/
H A Darray_intersect_assoc_variation5.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation5.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_assoc_variation7.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_assoc_variation8.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation7.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation8.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_assoc_variation9.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
H A Darray_intersect_variation1.phpt6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
11 * Testing array_intersect() function by passing values to $arr1 argument other than arrays
/PHP-7.4/ext/pdo_odbc/tests/
H A Dcommon.phpt67 # other magic autodetection here, eg: for DB2 by inspecting env
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_many_columns.phpt19 in this file and we test mysqli_stmt_bind_result() in the other
/PHP-7.4/sapi/fpm/
H A Dphp-fpm.service.in16 # so this service cannot access the global directories and other processes cannot
/PHP-7.4/ext/dba/
H A Ddba.c642 dba_info *info, *other; in php_dba_open() local
881 if ((other = php_dba_find(info->path)) != NULL) { in php_dba_open()
882 if ( ( (lock_mode&LOCK_EX) && (other->lock.mode&(LOCK_EX|LOCK_SH)) ) in php_dba_open()
883 || ( (other->lock.mode&LOCK_EX) && (lock_mode&(LOCK_EX|LOCK_SH)) ) in php_dba_open()
/PHP-7.4/ext/spl/tests/
H A Ddualiterator.inc162 * @note If one implements RecursiveIterator the other must do as well.
/PHP-7.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc52 all the other users having acls on the files must loose them.
/PHP-7.4/tests/lang/
H A Dbug20175.phpt36 * The return statement transports a copy of the value to return. In other

Completed in 38 milliseconds

12345678910>>...14