Home
last modified time | relevance | path

Searched refs:del (Results 1 – 25 of 25) sorted by relevance

/PHP-8.2/ext/soap/
H A Dphp_xml.c42 xmlNodePtr del = NULL; in cleanup_xml_node() local
46 if (del != NULL) { in cleanup_xml_node()
47 xmlUnlinkNode(del); in cleanup_xml_node()
48 xmlFreeNode(del); in cleanup_xml_node()
49 del = NULL; in cleanup_xml_node()
53 del = trav; in cleanup_xml_node()
57 del = trav; in cleanup_xml_node()
63 if (del != NULL) { in cleanup_xml_node()
64 xmlUnlinkNode(del); in cleanup_xml_node()
65 xmlFreeNode(del); in cleanup_xml_node()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_break.c36 …PHPDBG_BREAK_COMMAND_D(del, "delete breakpoint by identifier number", '~', …
47 PHPDBG_BREAK(del) /* {{{ */ in PHPDBG_BREAK() argument
H A Dphpdbg_break.h31 PHPDBG_BREAK(del);
/PHP-8.2/win32/build/
H A DMakefile155 @for %D in (_x $(EXT_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
156 @for %D in (_x $(PECL_TARGETS)) do @if exist $(BUILD_DIR)\%D @del /F /Q $(BUILD_DIR)\%D > NUL
158 -@del /F /Q $(BUILD_DIR)\$(PHPDLL)
163 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
183 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_SNAP)
184 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_DEBUG_PACK)
185 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_PECL)
186 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_TEST_PACK)
212 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_SNAP)
213 -del /f /q $(BUILD_DIR)\$(DIST_ZIP_DEBUG_PACK)
[all …]
H A DMakefile.phpize31 …-@del /f /q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUI…
36 @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
37 …-@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DI…
/PHP-8.2/sapi/phpdbg/tests/
H A Dbreakpoints_003.phpt5 b del 0
8 b del 1
/PHP-8.2/ext/opcache/jit/
H A DMakefile.frag.w322 @if exist $(BUILD_DIR)\\minilua.exe del $(BUILD_DIR)\\minilua.exe
6 @if exist ext\opcache\jit\zend_jit_x86.c del ext\opcache\jit\zend_jit_x86.c
/PHP-8.2/ext/ffi/tests/
H A Dlist.phpt52 function del(int $data) {
89 $dlist->del(3);
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_env.c90 int del = 0; in unsetenv() local
93 if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */ in unsetenv()
97 environ[del] = environ[ct-1]; in unsetenv()
/PHP-8.2/.github/scripts/windows/
H A Dbuild_task.bat8 del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
10 del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
H A Dtest_task.bat103 del /q dict.zip
129 del %PHP_BUILD_DIR%\php_%%i.dll
/PHP-8.2/ext/dba/
H A Ddba_db1.c136 return dba->dbp->del(dba->dbp, &gkey, 0) != RET_SUCCESS ? FAILURE : SUCCESS; in DBA_DELETE_FUNC()
H A Ddba_db2.c142 return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS; in DBA_DELETE_FUNC()
H A Ddba_db3.c180 return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS;
H A Ddba_db4.c224 return dba->dbp->del(dba->dbp, NULL, &gkey, 0) ? FAILURE : SUCCESS;
/PHP-8.2/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt72 $del = "+";
73 var_dump( fgetcsv($file_handle, 1024, $del) );
H A Dfgetcsv_variation12.phpt70 $del = "++";
73 var_dump( fgetcsv($file_handle, 1024, $del, $enc) );
H A Dfgetcsv_variation19.phpt69 $del = "++";
71 var_dump( fgetcsv($file_handle, 1024, $del) );
H A Dfgetcsv_variation8.phpt75 $del = "+";
77 var_dump( fgetcsv($file_handle, 1024, $del, $enc) );
H A Dfgetcsv_variation9.phpt78 $del = "+";
79 var_dump( fgetcsv($file_handle, 1024, $del, $enclosure) );
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c3828 char ** del = env; in unset_lsapi_envs() local
3830 *del = del[1]; in unset_lsapi_envs()
3831 while( *del++ ); in unset_lsapi_envs()
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c2822 static void read_string(LexState*ls,int del,SemInfo*seminfo){
2824 while(ls->current!=del){
/PHP-8.2/ext/standard/tests/misc/
H A Dbrowscap.ini4345 [Mozilla/5.0 (compatible; del.icio.us-thumbnails/*; *) KHTML/* (like Gecko)]
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic11469 # "Errore durante il caricamento del sistema operativo" nn=0xae for italian version
H A Dmagic私はガラスを食べられます11469 # "Errore durante il caricamento del sistema operativo" nn=0xae for italian version

Completed in 309 milliseconds