Home
last modified time | relevance | path

Searched refs:base (Results 101 – 125 of 368) sorted by relevance

12345678910>>...15

/PHP-7.4/ext/phar/tests/
H A D027.phpt24 function dump($phar, $base)
26 var_dump(str_replace(__DIR__, '*', $phar) . $base);
27 $dir = opendir($phar . $base);
28 if ($base == '/')
30 $base = '';
33 $entry = $base . '/' . $entry;
/PHP-7.4/ext/date/tests/
H A Dbug50392.phpt7 $base = '2009-03-01 18:00:00';
10 $string = $base . '.' . str_repeat($i, $i);
/PHP-7.4/ext/ldap/tests/
H A Dldap_rename_error.phpt14 var_dump(ldap_rename($link, "cn=userNotFound,$base", "cn=userZ", "$base", true));
H A Dldap_get_values_len_error.phpt14 insert_dummy_data($link, $base);
15 $result = ldap_search($link, "$base", "(objectclass=organization)");
31 remove_dummy_data($link, $base);
H A Dldap_exop_whoami.phpt13 insert_dummy_data($link, $base);
27 remove_dummy_data($link, $base);
H A Dldap_add_ext.phpt19 $result = ldap_add_ext($link, "o=test_ldap_add_ext,$base", array(
31 ldap_search($link, "$base", "(o=test_ldap_add_ext)")
42 ldap_delete($link, "o=test_ldap_add_ext,$base");
H A Dldap_compare_error.phpt14 insert_dummy_data($link, $base);
25 ldap_compare($link, "cn=userNotAvailable,$base", "sn", "testSN1"),
36 remove_dummy_data($link, $base);
H A Dldap_search_variation3.phpt17 insert_dummy_data($link, $base);
19 $dn = "$base";
37 remove_dummy_data($link, $base);
H A Dldap_search_paged_result_controls.phpt17 insert_dummy_data($link, $base);
19 $dn = "$base";
37 remove_dummy_data($link, $base);
H A Dldap_list_basic.phpt17 insert_dummy_data($link, $base);
19 $result = ldap_list($link, "$base", "(objectClass=person)"),
29 remove_dummy_data($link, $base);
H A Dldap_sasl_bind_basic.phpt21 insert_dummy_data($link, $base);
34 remove_dummy_data($link, $base);
H A Dldap_search_variation5.phpt17 insert_dummy_data($link, $base);
19 $dn = "$base";
40 remove_dummy_data($link, $base);
H A Dldap_control_paged_results_variation3.phpt15 insert_dummy_data($link, $base);
17 $dn = "$base";
36 remove_dummy_data($link, $base);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_bug71103.phpt14 $base = __DIR__;
15 $d = $base . '\\dev\\http\\tproj\\app\\cache\\dev_old\\annotations\\72';
44 } while ($p != $base);
/PHP-7.4/ext/standard/
H A Dtype.c106 zend_long base = 10; in PHP_FUNCTION() local
111 Z_PARAM_LONG(base) in PHP_FUNCTION()
114 if (Z_TYPE_P(num) != IS_STRING || base == 10) { in PHP_FUNCTION()
120 if (base == 0 || base == 2) { in PHP_FUNCTION()
157 RETVAL_LONG(ZEND_STRTOL(Z_STRVAL_P(num), NULL, base)); in PHP_FUNCTION()
/PHP-7.4/ext/gmp/tests/
H A Dgmp_strval.phpt46 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
56 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
59 Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and %d or -2 and -%d) i…
64 Warning: gmp_strval(): Bad base for conversion: -1 (should be between 2 and %d or -2 and -%d) in %s…
67 Warning: gmp_strval(): Bad base for conversion: 100000 (should be between 2 and %d or -2 and -%d) i…
/PHP-7.4/ext/reflection/tests/
H A DReflectionClassConstant_basic1.phpt6 function reflectClassConstant($base, $constant) {
7 $constInfo = new ReflectionClassConstant($base, $constant);
9 $class = is_object($base) ? get_class($base) : $base;
14 var_dump(ReflectionClassConstant::export($base, $constant, true));
16 var_dump(ReflectionClassConstant::export($base, $constant, false));
H A DReflectionClass_isSubclassOf_error2.phpt12 $base = Base::class;
20 var_export($rc->isSubclassOf($base));
/PHP-7.4/ext/libxml/tests/
H A Dbug61367-read_2.phpt38 var_dump(mkdir('test_bug_61367-read/base'));
40 var_dump(chdir('test_bug_61367-read/base'));
49 rmdir('test_bug_61367-read/base');
H A Dbug61367-read.phpt39 var_dump(mkdir('test_bug_61367-read/base'));
41 var_dump(chdir('test_bug_61367-read/base'));
50 rmdir('test_bug_61367-read/base');
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitExecAllocator.c213 #define AS_BLOCK_HEADER(base, offset) \ argument
214 ((struct block_header*)(((sljit_u8*)base) + offset))
215 #define AS_FREE_BLOCK(base, offset) \ argument
216 ((struct free_block*)(((sljit_u8*)base) + offset))
217 #define MEM_START(base) ((void*)(((sljit_u8*)base) + sizeof(struct block_header))) argument
/PHP-7.4/ext/opcache/tests/
H A Dbug66338.phpt12 $base = basename( $root );
35 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUS.php" );
36 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUK.php" );
/PHP-7.4/ext/xmlreader/tests/
H A Dexpand.phpt13 <books><book>base book</book></books>';
36 base book
/PHP-7.4/Zend/tests/
H A Dbug37212.phpt2 Bug #37212 (Access to protected property of common base class)
26 $this->value = $obj->value; // value defined in common base class
/PHP-7.4/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt20 …function unparsed_entity_decl_handler($parser, $entity_name, $base, $system_ID, $public_ID, $notat…
24 echo "...Base=" . $base . "\n";
30 function notation_decl_handler($parser, $name, $base, $system_ID,$public_ID)
34 echo "...Base=" . $base . "\n";

Completed in 80 milliseconds

12345678910>>...15