Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 25 of 87) sorted by path

1234

/PHP-5.5/Zend/
H A Dzend_object_handlers.c390 zend_guard stub; in zend_get_property_guard() local
414 stub.in_get = 0; in zend_get_property_guard()
415 stub.in_set = 0; in zend_get_property_guard()
416 stub.in_unset = 0; in zend_get_property_guard()
417 stub.in_isset = 0; in zend_get_property_guard()
418 …nfo->name, property_info->name_length+1, property_info->h, (void**)&stub, sizeof(stub), (void**) p… in zend_get_property_guard()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11791 >12 belong 9 dynamically linked shared library stub
13011 >>>>0x40 search/0x40 STUB/32A for MS-DOS, DOS/32A DOS extender (stub)
13012 >>>>0x40 search/0x80 STUB/32C for MS-DOS, DOS/32A DOS extender (configurable stub)
13081 # winarj stores a message in the stub instead of the sig in the MZ header
/PHP-5.5/ext/iconv/
H A Diconv.c2508 char stub[128]; member
2584 pt = self->stub; in php_iconv_stream_filter_append_bucket()
2598 if (self->stub_len >= sizeof(self->stub)) { in php_iconv_stream_filter_append_bucket()
2602 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2604 pt = self->stub; in php_iconv_stream_filter_append_bucket()
2661 memmove(self->stub, pt, tcnt); in php_iconv_stream_filter_append_bucket()
2676 if (icnt > sizeof(self->stub)) { in php_iconv_stream_filter_append_bucket()
2680 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_send_query.phpt17 …/* NOTE: tests is a stub, but function is deprecated, as long as it does not crash when invoking i…
H A Dmysqli_ssl_set.phpt2 mysqli_ssl_set() - test is a stub!
/PHP-5.5/ext/opcache/tests/
H A Dissue0115.phpt13 $stub = '<?php
23 $p->setStub($stub);
31 $p->setStub($stub);
H A Dissue0149.phpt13 $stub = "<?php header('Content-Type: text/plain;');
19 $p->setStub($stub);
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME958 missing ) common stub for a few missing GNU programs while
/PHP-5.5/ext/phar/
H A DTODO17 X Phar->begin()/Phar->commit() for specifying a new stub to the phar,
19 X Phar->getStub() for retrieving the stub of the phar [Marcus]
85 X don't automatically add a stub to .zip or .tar files [Steph]
86 X don't allow a stub or alias to be added to a .zip/.tar that does not have
87 ".phar" in the filename (or already have stub/alias) [Steph]
88 X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg]
89 X prevent manual addition of stub via $a['.phar/stub.php'] = '<?php my stub'; [Greg]
96 X convertTo*() should always use the default stub [Steph]
H A Dmakestub.php33 $stub = '/* variable
79 $stub .= "\tstatic const char newstub0[] = \"" . $webs . '";
83 $stub .= "\tstatic const char newstub1_" . $i . '[] = "' . $chunk . '";
86 $stub .= "\tstatic const char newstub2[] = \"" . $s2 . "\";
93 $stub .= "\n\tstatic const int newstub_len = " . $slen . ";
98 $stub .= ', newstub1_' . $i;
100 $stub .= ', index_php, newstub2';
101 $stub .= ", name_len + web_len + newstub_len";
103 $stub .= ', newstub3_' . $i;
105 $stub .= ");
[all …]
H A Dphar.c547 phar_entry_info *stub; local
554 phar_entry_info *stub;
565 … zend_hash_find(&(phar->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1, (void **)&stub)) {
1283 phar_entry_info *stub; local
1284 …nd_hash_find(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/stub.php")-1, (void **)&stub)) {
2520 char *stub = NULL; local
2559 phar_get_stub(index_php, web_index, len, &stub, index_len+1, web_len+1 TSRMLS_CC);
2560 return stub;
H A Dphar_object.c959 char *index = NULL, *webindex = NULL, *stub, *error; in PHP_METHOD() local
974 RETURN_STRINGL(stub, stub_len, 0); in PHP_METHOD()
2879 char *stub, *error; in PHP_METHOD() local
2957 char *index = NULL, *webindex = NULL, *error = NULL, *stub = NULL; in PHP_METHOD() local
2994 if (stub) { in PHP_METHOD()
2995 efree(stub); in PHP_METHOD()
3010 efree(stub); in PHP_METHOD()
3906 phar_entry_info *stub; in PHP_METHOD() local
3924 if (stub->flags & PHAR_ENT_COMPRESSION_MASK) { in PHP_METHOD()
3946 php_stream_seek(fp, stub->offset_abs, SEEK_SET); in PHP_METHOD()
[all …]
H A Dstub.h21 static inline void phar_get_stub(const char *index_php, const char *web, size_t *len, char **stub, … in phar_get_stub() argument
33 …*len = spprintf(stub, name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s%s", newstub0, web, new… in phar_get_stub()
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc132 'inf' => '<stub> Select the stub file.'
444 "When using -s <stub>, then the stub file is being " .
472 * Set the stub
476 if (isset($stub)) {
531 * Set stub end
580 $stub = $this->phar_set_stub_begin($phar, $stub, $loader, $hashbang);
647 if ((empty($stub) || $file->getRealPath() != $stub->getRealPath()) && !is_dir($file)) {
1032 * Set the argument stub
1045 * Cli Command run stub set
1062 * Get the command stub infos.
[all …]
/PHP-5.5/ext/phar/tests/
H A Daddfuncs.phpt32 $phar->addFile($pname . '/a', '.phar/stub.php');
37 $phar->addFromString('.phar/stub.php', 'hi');
H A Dbadparameters.phpt149 Cannot change stub, phar is read-only
150 A Phar stub cannot be set in a plain tar archive
153 A Phar stub cannot be set in a plain tar archive
156 Cannot change stub: phar.readonly=1
H A Dbug60164.phpt2 Phar: verify stub of specific length does not break __HALT_COMPILER(); scanning in php
H A Dbug69720.phar1 .phar/stub.php�������������������������������������������������������������������������������������…
H A Ddir.phpt77 Warning: mkdir(): internal corruption of phar "%soops.phar" (truncated manifest at stub end) in %sd…
H A Dfopen_edgecases.phpt80 … corruption of phar "%sfopen_edgecases.2.phar.php" (truncated manifest at stub end) in %sfopen_edg…
98 … corruption of phar "%sfopen_edgecases.2.phar.php" (truncated manifest at stub end) in %sfopen_edg…
H A Dinvalid_setstubalias.phpt2 Phar: invalid set alias or stub via array access
14 $p['.phar/stub.php'] = 'hi';
25 $p['.phar/stub.php'] = 'hi';
43 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.tar", use setStub
45 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
H A Dmounteddir.phpt24 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
105 Mounting of .phar/stub.php to %sextfile.php within phar %stests/tempmanifest1.phar.php failed
H A DmounteddirU.phpt24 Phar::mount(".phar/stub.php", dirname(Phar::running(0)) . "/testit/extfile.php");
105 Mounting of .phar/stub.php to %sextfile.php within phar %stests/tempmanifest1.phar.php failed
/PHP-5.5/ext/phar/tests/files/
H A Dstuboflength1041.phar2 /***stub of length 1041 including the halt compiler*********************************************
H A Dstuboflength1041.phar.inc10 /***stub of length 1041 including the halt compiler*********************************************

Completed in 92 milliseconds

1234